Website for Soundux
β οΈ The repo'smasterbranch contains the source files for the site. The static files are in thegh-pagesbranch!
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 tooutfolderanalyzeβ 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,lintandtypecheckscripts
storybookβ starts storybook dev serverstorybook:buildβ build production storybook bundle tostorybook-staticprettier:writeβ formats all files with Prettier