gradual-system
v2.24.75
Published
## Initial setup
Downloads
614
Readme
Gradual System
Initial setup
- Install the dependencies with
npm
:
npm install
- Setup git hooks with
npm
:
npx simple-git-hooks
- Start storybook:
npm run storybook
Now you should have project running locally and should be able to visit http://localhost:6006 🎉