Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 595 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 595 Bytes

Wind Alert

Alerts wind freaks about big days.

Prerequisites

Install dependencies:

yarn install

Running Locally

(optional) Use .env.development.local file to point API URL to the API running locally:

REACT_APP_API_URL=http://localhost:3030

Run the application:

yarn start

Building for Production

yarn build

Deployment

Prerequisites:

  1. Create Heroku app.
  2. Set API URL Heroku environment variable.
git push heroku master