/StashIt

Have to leave your hotel at 11am, but your flight doesn't leave till 9pm? Or waiting to check in to your AirBnB but dont want to carry around town with your luggage? Welcome to StashIt! for $6 a bag( For 24 Hours ) you can stash your bags in shops or small warehouses around NYC, and have the time of your life walking around the city and exploring as much as you can without pulling along any of your bags!!! BTW this is a CityStasher.com clone. Will include googlemaps, Jquery etc

Primary LanguageCSS

StashIt

This project was built with Turbo 360. To learn more, click here: https://www.turbo360.co

Instructions

After cloning into repo, cd to project root directory and run npm install:

$ npm install

To run dev server, install Turbo CLI globally:

$ sudo npm install turbo-cli -g

Then run devserver from project root directory:

$ turbo devserver

To build for production, run build:

$ npm run build