Live site: https://rigoli.dev
This was made using the amazing Sveltekit framework.
Take a look at the Deepwiki analysis if you want a quick overview.
If you want it to try it on your local environment, just clone this repository and install dependencies:
npm installThen run locally as:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version:
npm run buildYou can preview the production build with npm run preview.
The Dockerfile and compose.yml are set to be run on a server running nginx-proxy.
This repo is setup to run in a Node server. To deploy your app in a different environment you'd probably need to use a different adapter.
Important
You can freely use or clone this repository as inspiration to build your own personal website. If you do clone this repo, please make sure to remove any of my personal information.