You can:
- Login and quickly search through America’s National Parks to view:
- Parks Features (Canyons, Lakes, Mountains).
- Amenities (bathrooms, running water, firewood for sale).
- Camping Info (how many campsites the park has available).
- See Weather averages of the park.
- Save your trips, edit your trips, and delete your trips (specific to the user).
- See Weather averages of the park.
- See gas stations near that park.
- See Markets near that park.
- Clone our repo with the "Clone or download" button above this README (it will be on the right side of your screen).
- Copy the URL generated when the button is clicked.
- Open terminal.
- Type
git clone
and then paste the URL from step 2. - Navigate into the root folder using
cd Lantern
- Once in root folder, type
npm install
- Type
npm start
- Go back to the terminal to start the JSON server
- Navigate into the "api" folder by
cd public/api
- Run
json-server -p 5002 -w database.json
- Once in the browser open your developer tools
- Toggle the device toolbar (to the right of inspector button)
- Set the device size to whatever you please!
- Refresh the page in your browser
- After steps listed above are complete you should be ready to use the app! Thanks and happy camping!