This is the source code for my personal website built with 11ty.
Currently, it just consists of a homepage. Will be building more as time goes on.
First, run the development server:
npm run serve
Open http://localhost:8080 with your browser to see the result.
To build you just need to run
npm run build
Then host the dist
folder on any static site hosting platform.