This repository was used on October 25th, 2021 for "Mastering Git", a live Git Workshop. You can find the online presentation here or in ODP format here.
Thank you for everyone who attended and everyone involved with the organization! It was a great experience ❤️
This project contains a demo app built with Next.js. We will use this app as a playground for practising with Git.
Check the engines
field in package.json
for the recommended versions.
-
Clone the repo:
git clone [email protected]:z1digitalstudio/git-workshop-demo-app.git cd git-workshop-demo-app
-
Link the dependencies:
yarn
-
Run the project!
yarn start