How to contribute
Setup
Install `pnpm`:
npm install -g pnpm
Check pnpm docs for additional ways.
Clone the repository:
git clone [email protected]:coingaming/moon-design.git
Install dependencies and link local packages together:
pnpm install
Compile and build all packages:
pnpm run build
Run storybook for development with Hot Module Replacement:
pnpm run next dev
For Hot Module Replacement run in parallel in separate tab:
pnpm run watch
Build and run storybook for production at localhost:80:
pnpm run next build
pnpm run next start