Contributing
January 30, 2020 ยท View on GitHub
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