This repository contains the source code for my personal portfolio website. To summarize, the front-end is built using Sveltekit. At the moment, the data is static, in a future version I will save the data in a separate database.
| Name | Technologies |
|---|---|
| Front-end | Sveltekit, svelte |
- Run
nvm useto make sure you are using the right node version - Run
npm installto install all dependencies - Run
npm run devto start the development environment
| Command | Task |
|---|---|
| dev | Start the development environment |
| Build | Start the build process for deploying on production |
| Preview | Run the production build locally |