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.
- Node.js installed
- NPM installed
- A Heroku account
- Heroku CLI installed
$ 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.
$ heroku create
$ git push heroku master
$ heroku open