Currently redesigning it to gta san andreas theme
This project serves as my own portfolio, built using Svelte/SvelteKit and will be deployed soon to https://yessine.dev now it's just an empty plain html page
You just have to install the dependencies
npm i
To run it in development mode
npm run dev
To run production
npm build && npm run preview