This is basic HTML static site for workshop particiants (and anyone) to use and learn about Git & GitHub.
The site was made using bulma-start
You can see a current version of this site here: codeforgso.github.io/github-workshop-site
You can see the slides that accompany this workship here codeforgso.github.io/github-workshop
If you are making changes to the theme/css/JavaScript, run the following:
npm install
npm start
Run npm run
to see a list of all available commands.