Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 901 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 901 Bytes

Portfolio

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.

Technologies

Name Technologies
Front-end Sveltekit, svelte

Getting started

  1. Run nvm use to make sure you are using the right node version
  2. Run npm install to install all dependencies
  3. Run npm run dev to start the development environment

Scripts

Command Task
dev Start the development environment
Build Start the build process for deploying on production
Preview Run the production build locally