Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 559 Bytes

My website

This is the repo for my website. It is built using SvelteKit and based on the work of matfantinel.

Building & Running Locally

To run it locally, you simply have to run:

# First, install dependencies
npm install
# Then, run it on dev mode
npm run dev

The site should now be available at http://localhost:5173/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.