Skip to content

Team-Number-Two/wipe

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • HTML 74.8%
  • JavaScript 18.5%
  • CSS 6.7%