Skip to content

vzcodes/chess-lectures-fall-2025

Repository files navigation

Welcome to the slide deck for my Fall 2025 chess lessons

Running one slide deck

To start the deck, visit:

To build full system

  1. 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/
  1. Copy slide decks into build folder such as .local/site/chess-lectures

  2. Copy index.html to the root repository

  3. Run HTTP server such as npx vite preview

  4. Open http://localhost:4173/chess-lectures/

Public website

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.

About

Chess lectures for Fall 2025

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published