Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 339 Bytes

OTS Project Hub

Follow Development

To see the live version go to https://ots-projects-15deb.firebaseapp.com/

Instructions

# Clone the repository
git clone [email protected]:OpenTechSchool-Leipzig/ots_project_hub.git

# Install dependencies
npm install
# or
yarn

# Start development Server
npm start
# or
yarn start