Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 638 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 638 Bytes

Wipe

Hello! We are a team of students who created Wipe: an app for your loo-locating needs whilst on a roadtrip. This was created during the Summer of Tech Create Camp 2020.

Running Locally

Pre-Requisites

$ git clone https://github.com/Team-Number-Two/wipe.git
$ cd wipe
$ npm install
$ npm start

The app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open