👨🏻💻EMF Students. This project is for you to experiment with for this workshop.
Instructions:
- Fork the repo (top right)
- Clone your copy
git clone <your repo url> - Run
git remote -vif no remote exists, add a local remote to your repo so you can push updates to your github copygit remote set-url <your repo url>thengit push - (Optional) Checkout a new branch (from master) and call it 'workshop'.
git checkout -b workshop - Run
npm iin the project root.
💥Now you're ready to start!
There are a few branches for your reference and instruction use.
intro: For the introduction section of the workshop and contains readme instructions only.aws: For the hosting section part of the work shop and contains readme instructions only.gh-actions: For the GitHub actions section of the workshop and contains an action ref file and readme instructions.