Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 546 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 546 Bytes

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Setup

$ npm install

Set up a local development environment

$ npm start

this will launch the site at http://localhost:8000 automatically and refresh the application any time a change is made to the raw source.

Deploy to production

Anyone with push access to this repository can deploy updates to https://esri.github.io.

$ npm run deploy