1.1.2 • Published 2 years ago
componentia v1.1.2
Componentia
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 installto install the required node and npm version.nvm useto use the required Node version for development.yarn installto install the dependencies.yarn postinstallto setup husky and lint-staged.yarn startto start storybook and watch the output while you are developing.