HTML 'slides' to my talk on Dec. 16th, built with Astro.
You could probably do more with it but I'll just leave in the two most important commands:
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |