Skip to content

Latest commit

 

History

History
executable file
·
33 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

executable file
·
33 lines (20 loc) · 985 Bytes

Planting2d

Join the chat at https://gitter.im/CodeForPoznan/planting2d Build Status codecov

To build library we used last available Node JS LTS version (8.12.0). We suggest You to use the same.

All commands need to be executed in root directory of repository.

Installation of NodeJS dependencies:

npm install

Setup Google Maps API key

Copy settings.json.example into settings.json and change placeholder there with proper API key.

Build library:

npm run build

Start development server:

npm run serve