Internal workshop hub for Crunchloop.
Hosted at https://workshops.tail21f0.ts.net.
| Workshop | Description |
|---|---|
| git-workshop-for-docxers | Git & GitHub workshop for teams that collaborate in Google Docs and Sheets |
Each workshop is a self-contained folder with an index.html served as static files.
workshops.tail21f0.ts.net/<workshop-name>
npm install
node server.jsdocker build -t workshops .
docker run -p 8090:8090 workshops- Create a folder at the root with your workshop name
- Add an
index.html(and any assets) inside it - Update the table above