Still in development. Contributions are welcome!
- Package management: pnpm
- Autoflow before commit: husky
- Framework in static mode: Next.js
- Code lint and format: ESLint and Prettier
- Language: TypeScript
- Styles: tailwindcss, postcss
- Icons: tabler-icons
After cloning this repository, you should run pnpm install && pnpm prepare
(assuming you have already installed Node.js and pnpm).
Then run pnpm dev
, and you will see the site at http://localhost:3000
.
We use commitlint with husky; please use the conventional commits format.
TBD.