Skip to content

akashahmad/componentia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Componentia

Github Release

This Project uses Conventional Commits

Development

Prerequisites: Node.js (see version specified in .nvmrc), Yarn v3+ (see version specified in .yarnrc)

One-time setup

First, ensure you have nvm (Node Version Manager) installed.

After cloning this repo, run:

  • nvm install to install the required node and npm version.
  • nvm use to use the required Node version for development.
  • yarn install to install the dependencies.
  • yarn postinstall to setup husky and lint-staged.
  • yarn start to start storybook and watch the output while you are developing.