Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 731 Bytes

File metadata and controls

24 lines (17 loc) · 731 Bytes

This site was made with vitepress. Yes, this is a docs generator.

TODO

  • Add real devpost link
  • Real sponsors
  • Actual twitch
  • New icon

How to add content

Content lives in the site dir in .md files. It is safe to edit these files (with an exception of index.md) even if you don't have coding experience.

How to make larger changes

  1. Clone this repo
  2. Download Node.js
  3. Open this directory in a terminal
  4. Install deps with npx pnpm i
  5. Run a dev server with npm run dev
  6. Make your changes. Server will update automatically on save.