To start the deck, visit:
npm installnpx slidev slides/week1/week1.md- visit http://localhost:3030
- Build individual slide decks:
npx slidev build slides/week1/week1.md --out dist/week1 --base /chess-lectures/week1/npx slidev build slides/week2/week2.md --out dist/week2 --base /chess-lectures/week2/
-
Copy slide decks into build folder such as .local/site/chess-lectures
-
Copy
index.htmlto the root repository -
Run HTTP server such as
npx vite preview -
Open
http://localhost:4173/chess-lectures/
The website deployed at https://vzcodes.github.io/chess-lectures-fall-2025/ runs a slightly complex build which goes through each of the folders under /slides before adding all assets to the correct folder. Feel free to see the build yaml file here.