Skip to content

sebastienhenau/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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