Skip to content

rijuma/rigoli.dev

Repository files navigation

Marcos Rigoli's personal website

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.

Running

If you want it to try it on your local environment, just clone this repository and install dependencies:

npm install

Then run locally as:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

Docker config

The Dockerfile and compose.yml are set to be run on a server running nginx-proxy.

Notes

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.

Integrations

Ask DeepWiki