Skip to content

sylvaindubus/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sylvain Dubus - CV

This simple Curriculum Vitae project uses the awesome Svelte framework.

Feel free to use it as you like.

Get started

Install the dependencies

cd cv
npm install

Start dev environment

npm run dev

Navigate to localhost:5000. You should see the app running.

Building and running in production mode

Build the app

npm run build

Then, just copy anywhere the content of the public folder.