https://github.com/nicklasfrahm/indesy-webclient
The web application for an indoor delivery system.
https://github.com/nicklasfrahm/indesy-webclient
delivery indesy indoor system webclient
Last synced: 5 months ago
JSON representation
The web application for an indoor delivery system.
- Host: GitHub
- URL: https://github.com/nicklasfrahm/indesy-webclient
- Owner: nicklasfrahm
- License: mit
- Created: 2017-09-19T11:25:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T11:07:55.000Z (over 7 years ago)
- Last Synced: 2024-12-28T01:29:23.856Z (7 months ago)
- Topics: delivery, indesy, indoor, system, webclient
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INDESY - Indoor delivery system
[](https://circleci.com/gh/nicklasfrahm/indesy-webclient)
[](https://circleci.com/gh/nicklasfrahm/indesy-webclient)
[](https://david-dm.org/)## Description
The web application for an indoor delivery system. The web application will be used to manage mapping data and to control the indoor delivery system.## Installation
Create a `.env`-file and put in the following:
```ini
API_URL=http://localhost:8000
```**Note:** If you want to connect to the production server instead, replace the `API_URL` accordingly.
Be sure to have at least the latest LTS of node installed. Then open a terminal and run:
```shell
npm install
npm start
```## Build
The build will be run by webpack and the files will be written to the `build` directory. To run the build, simply execute:
```shell
npm run build
```