A modern web map application. Built with Angular and ESRI.
- Node @ 6.9.5+
- NPM @ 3.10.10+
- Bower @ 1.8.0+
- ArcGIS API for JavaScript @ 4.3+
Clone the repository
git clone https://github.com/zkristov/caffe.git
Change directories
cd caffe
Install bower dependencies
bower install
Install dev dependencies
npm install
Run test suite
npm run test:once
We follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!