Thank you for taking the time to look at my GitHub repository.
I've decided to make my portfolio website open-source so that interested beginners in Elm have an additional resource to learn from.
First, install dependencies:
npm ci
Then, start the local development server:
npm start
Build:
npm test
Then, all static assests are located inside the out/ directory.