This project is a custom statically built personal curriculum vitae.
- Node
To start development mode, run npm run dev
. This builds the app, watch for changes and serves on port 3000.
To run a production build, run npm run build
. This builds a single html file into the ./dist
folder.