Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 357 Bytes

texas flood information viewer

Developing

  1. npm install
  2. Make a copy of src/keys/secrets.sample.es, fill out and save as src/keys/secrets.es
  3. npm start to start a hot-reloading development web server
  4. Open browser to http://localhost:3545

Production Build

  1. npm run dist will produce a production build in the /dist/ folder