Skip to content

Commit

Permalink
Merge pull request #368 from ConductionNL/development
Browse files Browse the repository at this point in the history
Development to main
  • Loading branch information
remko48 authored Apr 16, 2024
2 parents c117066 + 57010a9 commit a607c45
Show file tree
Hide file tree
Showing 65 changed files with 9,016 additions and 15,672 deletions.
18 changes: 18 additions & 0 deletions README.md
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)
Loading

0 comments on commit a607c45

Please sign in to comment.