Website for Soundux
β οΈ The repo'smaster
branch contains the source files for the site. The static files are in thegh-pages
branch!
This template comes with several essential features:
- Server side rendering setup for Mantine
- Color scheme is stored in cookie to avoid color scheme mismatch after hydration
- Storybook with color scheme toggle
- Jest with react testing library
- ESLint setup with eslint-config-mantine
dev
β start dev serverbuild
β bundle application for productionexport
β exports static website toout
folderanalyze
β analyzes application bundle with @next/bundle-analyzer
typecheck
β checks TypeScript typeslint
β runs ESLintprettier:check
β checks files with Prettierjest
β runs jest testsjest:watch
β starts jest watchtest
β runsjest
,prettier:check
,lint
andtypecheck
scripts
storybook
β starts storybook dev serverstorybook:build
β build production storybook bundle tostorybook-static
prettier:write
β formats all files with Prettier