To see the live version go to https://ots-projects-15deb.firebaseapp.com/
# Clone the repository
git clone git@github.com:OpenTechSchool-Leipzig/ots_project_hub.git
# Install dependencies
npm install
# or
yarn
# Start development Server
npm start
# or
yarn start