- NextJS
- TypeScript
- Storybook
- Stitches
First, install all dependencies:
npm install
# or
yarn
Second, run the storybook mode:
npm run storybook
# or
yarn storybook
Runs storybook Open http://localhost:6006/ to view it in the browser.
Third, run the dev mode:
npm run dev
# or
yarn dev
Runs dev to test page Open http://localhost:3000 to view it in the browser.