Files
apoena/README.md
2026-05-23 16:12:56 +02:00

21 lines
419 B
Markdown

# apoena.dev
Julien Calixte's blog, built with [îles](https://github.com/ElMassimo/iles).
Live at [apoena.dev](https://apoena.dev).
## Requirements
- Node.js >= 22
- pnpm 10
## Scripts
```sh
pnpm install # install dependencies
pnpm dev # start the dev server
pnpm build # build for production
pnpm preview # preview the production build on port 5050
pnpm typecheck # run vue-tsc
```