Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.68 KB

This project was bootstrapped with Create React App.

You can find the most recent version of the create react app guide here.

Setup

  • Install brew

  • Install yarn (run brew install yarn)

  • Clone the repo

  • Install dependencies (run yarn)

Run the app locally

  • Just the front end: run yarn start
  • From the server: run `yarn server'

Deploy the app

  • The app is built to be easily deployed via cdn.
  • If you push a branch to github, netlify will build you a branch preview (look for the netlify integration on a pull request)
  • When you merge to master, netlify builds to the dev server (https://take-back-day.netlify.com/)
  • For more info about deployment, look in the deploy readme.

Updating the Map

Resources