New website for 2023!
This is a static site build with a simple generator.
- Install node
- Navigate to the root of this project in your terminal
- run
npm i
to install the node modules used by the project
- Navigate to the root of this project in your terminal
- Run
npm start
from the terminal, then files will magically appear in thedest
folder.
- Run
npm run serve
and it will do a python thing and let you view the site at port 8000
- 'npm run upload'