https://floating-dusk-09578.herokuapp.com/campgrounds
- Create account on https://cloudinary.com/
a. Get cloudinary account name and store in env variable CLOUDINARY_NAME b. Get cloudinary api key and store in env variable CLOUDINARY_KEY c. Get cloudinary api secret and store in env variable CLOUDINARY_SECRET - Create account on https://www.mapbox.com/ a. Get mapbox token and store in env variable MAPBOX_TOKEN
git clone https://github.com/sgawas/yelp-campgrounds.git
cd yelp-campgrounds
npm install
npm start
- heroku -v
- heroku login or heroku login -i
- heroku create
- git remote add heroku
- git push heroku master
- heroku open