A personal svelte project currently functioning as a playground for learning.
Clone and install dependencies
git clone https://github.com/RhydianJenkins/rhydianjenkins.github.io
cd rhydianjenkins.github.io
npm i
Then, create your own .env
file (there's a .env.example
).
Finally, run it in dev mode.
npm run dev -- --open