This simple Curriculum Vitae project uses the awesome Svelte framework.
Feel free to use it as you like.
Install the dependencies
cd cv
npm installStart dev environment
npm run devNavigate to localhost:5000. You should see the app running.
Build the app
npm run buildThen, just copy anywhere the content of the public folder.