Skip to content

rubyistdotjs/romainguilloteau

Repository files navigation

Personal Website (2023-...)

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).

Setup

The only thing required is Node 18 or higher.

First clone the repository and cd into it:

git clone [email protected]:rubyistdotjs/romainguilloteau.git
cd romainguilloteau

Then install the dependencies:

npm install

create the .env using the example:

cp .env.example .env

The 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