Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conductionnl/gateway-ui
Gateway user interface
https://github.com/conductionnl/gateway-ui
Last synced: 17 days ago
JSON representation
Gateway user interface
- Host: GitHub
- URL: https://github.com/conductionnl/gateway-ui
- Owner: ConductionNL
- Created: 2022-10-07T10:15:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:41:22.000Z (9 months ago)
- Last Synced: 2024-04-12T15:06:46.713Z (9 months ago)
- Language: TypeScript
- Size: 7.72 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gateway User Interface documentation
## Installation
Make sure to configure the location of the Common-Gateway you are working with in `/pwa/static/env.js` before running the frontend.
Requirements:
npm or docker desktop.With npm:
- `npm i`If getting errors about node-gyp or about missing visual studio build tools. Try to install Visual Studio C++ Build Tools from atleast 2017.
Then try to run the project with:
- `npm run develop`With docker:
- `docker-compose up --build`## Work instructions
1. [User management](/documentation/work-instructions/user-management.md)