Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 689 Bytes

Da'at Hamakom Maps

Usage of the project code and resources in this repository is under the conditions specified in LICENSE.txt as provided by Yissum, on behalf of the Hebrew University of Jerusalem.

Dev

Make sure you have a modern version of Node + NPM installed (5.x and 3.x, respectively.)

After that, just install the NPM dependencies and run the dev server:

$ npm install
$ npm start

After adding some new JS code, make sure to run ESLint to ensure code style consistency:

$ npm run lint

Extras

You might want to have react-devtools installed in your browser.