Skip to content

z1digitalstudio/git-workshop-demo-app

Repository files navigation

The workshop has ended

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 ❤️

Git Workshop Demo App

This project contains a demo app built with Next.js. We will use this app as a playground for practising with Git.

Prerequisites

Check the engines field in package.json for the recommended versions.

Getting started

  1. Clone the repo:

    git clone [email protected]:z1digitalstudio/git-workshop-demo-app.git
    cd git-workshop-demo-app
    
  2. Link the dependencies:

    yarn
    
  3. Run the project!

    yarn start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published