Skip to content

Latest commit

 

History

History
 
 

IBF-dashboard

IBF-dashboard: Web interface of the IBF-system.

Welcome to the GitHub repository of the IBF-dashboard,

Setup development environment

Node.js
To prevent conflicts between other projects use a version manager to install and use Node.js.

Install other dependencies
See Documentation.

npm install

Configuration

Set the required configuration values in the .env file, by using the provided example.env:

cp example.env .env

Getting Started

To start a local instance of the interface on http://localhost:4200/:

npm start

See other available tasks/scripts with: npm run

Documentation

Documentation of the tools and libraries used.

Other resources

Loading the layer info popup descriptions

See specific readme here