This website was created to serve as my developer portfolio, which can be viewed at https://arnavm.com. It was created with SvelteKit and deployed using Docker and Nginx. The website is hosted on a Contabo VPS.
To run this project locally, you will need to have Node.js installed. You can install the dependencies by running:
npm installTo start the development server, run:
npm run dev -- --openTo build the project, run:
npm run buildTo preview the built project, run:
npm run previewTo deploy this project, you will need to have Docker installed. To use the premade deployment script, run:
mv portfolio-website/portfolio.sh .
bash portfolio.shThis project is not available for reuse. If you have any questions, please contact me using the form on my website.