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