The new version of my humble personal website, which you can visit here: https://romainguilloteau.dev/. For now there is not a lot to see. I might start a blog, build a mini-game, add my pilot logbook, but most likely it will stay as-is.
I started to feel ashamed of my former website and this was a perfect excuse to try Svelte (with SvelteKit).
The only thing required is Node 18 or higher.
First clone the repository and cd into it:
git clone git@github.com:rubyistdotjs/romainguilloteau.git
cd romainguilloteauThen install the dependencies:
npm installcreate the .env using the example:
cp .env.example .envThe only required variable is GOODREADS_API_KEY. If you don't have one, Goodreads no longer issues them so...
Finally, you can launch the website with:
npm run dev -- --open