Personal website with the goal of being a joy to work on with minimal maintenance.
- Install dependencies
$ pnpm install- Copy example env file
$ cp .env.example .env# Development
$ pnpm dev
# Production
$ pnpm start- Verifying types
$ pnpm types:check