# 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 ```