Source code of my personal blog

See https://cireu.github.io for the pages

Dev

Install NodeJS if you aren’t ready.

npm install

This command will run a dev server on localhost (at port 6800 by default)

npm run docs:dev

To generate the static pages, run

npm run docs:build