Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T11:07:55.000Z (about 7 years ago)
- Last Synced: 2024-11-07T10:49:35.403Z (2 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
[![CircleCI](https://img.shields.io/circleci/project/nicklasfrahm/indesy-webclient/develop.svg?style=flat-square&label=develop)](https://circleci.com/gh/nicklasfrahm/indesy-webclient)
[![CircleCI](https://img.shields.io/circleci/project/nicklasfrahm/indesy-webclient/master.svg?style=flat-square&label=master)](https://circleci.com/gh/nicklasfrahm/indesy-webclient)
[![David](https://img.shields.io/david/nicklasfrahm/indesy-webclient.svg?style=flat-square)](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
```