- Download
npx degit epicweb-dev/workshop-template YOUR_REPO_NAME
- Find/replace github repo name from "workshop-template" to "your-repo-name" (the org is already set to "epicweb-dev")
- Find/replace the title of the workshop from "Workshop Title 🎃" to "Your Workshop Title 🦊" (emoji optional, but fun, choose something you think represents your topic in some clever way).
- Find/replace the subtitle of the workshop from "Workshop subtitle" to "Your
subtitle" (this will appear on the top of the README as well as on the
og:image
when shared on social media) - Update the workshop summary in the
README.md
- Update the Prerequisites, pre-workshop resources, and if necessary system
requirements in the
README.md
- Update
epicshop.instructor
andauthor
properties inpackage.json
- Update the
public/images/instructor.png
with your own image - Update all dependencies
./epicshop/update-deps.sh
- Ask Kent to create a Fly app for your workshop to deploy to. Just tell him
what it's called in the
epicshop/fly.toml
. No need to wait on Kent for this step, just let him know and continue to the next step, he'll get to it soon. - Initialize git and create a github repo on
epicweb-dev
with the name you chose
And as the last step, delete this file, create your initial commit, push it, and start working on your exercises!