generated from ConductionNL/skeleton-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #368 from ConductionNL/development
Development to main
- Loading branch information
Showing
65 changed files
with
9,016 additions
and
15,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# 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) |
Oops, something went wrong.