This repository implements my personal webpage using svelte
Install nodejs and npm from whereever (I use macports.
Running the following on the command line install all dependencies, builds the distributable and starts an express server that listens to port 4000
npm install
npm run build
npm run preview
For development, run this:
npm install
npm run dev
Simon Dirmeier simd23 @ pm me