Skip to content

My developer portfolio website, built with SvelteKit and deployed with Docker.

Notifications You must be signed in to change notification settings

aLEGEND21/portfolio-website

Repository files navigation

portfolio-website

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.

Installation and Usage

To run this project locally, you will need to have Node.js installed. You can install the dependencies by running:

npm install

To start the development server, run:

npm run dev -- --open

To build the project, run:

npm run build

To preview the built project, run:

npm run preview

Deployment

To deploy this project, you will need to have Docker installed. To use the premade deployment script, run:

mv portfolio-website/portfolio.sh .
bash portfolio.sh

License

This project is not available for reuse. If you have any questions, please contact me using the form on my website.

About

My developer portfolio website, built with SvelteKit and deployed with Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published