Dev Chat Thursday

Mini Hackathon Directory · Live on GitHub Pages

Theme: TBD

More details will be revealed soon. Stay tuned!

Participant directory

Open a participant page, browse the live list, and keep an eye on new additions as the gallery fills in.

Loading participant folders…

How it works

A little logistics, without stepping on the suspense.

Submission structure

  • Each participant gets a dedicated folder inside participants/.
  • A browser-ready index.html is enough to publish a project.
  • Additional styles, scripts, and assets can stay inside that same folder.

Build & publishing

  • GitHub Actions runs on pushes to main or when triggered manually.
  • The Pages build loops through participants/* and installs/builds any folder that includes a package.json, using npm, yarn, or pnpm based on the lockfile it finds.
  • The published artifact strips out build-only files like node_modules and package manifests before deploying to GitHub Pages.