SEEDLING is an offline tool to help generate Covered Buildings Lists for use with the SEED Platform.
Clone this repository locally :
git clone https://github.com/seed-platform/seedling.git
Install dependencies with npm :
npm install
It is also advisable to generate Angular components with the Angular CLI:
npm install -g @angular/cli
npm start
In development the Electron app may launch before Angular has finished compiling the UI, so you may have to reload the Electron view once Angular reports that the http-server is running.
Command | Description |
---|---|
npm run start |
Execute the app with hot-reload in an Electron app |
npm run electron:build |
Builds the OS-specific installer and bundled UI |