Documentation: Client Wiki
UWIT is exploring offering UWER as a service to UW departments/groups and is currently in a closed beta. See the wiki if you would like to be involved in beta testing the offering, or use this repository to deploy your own instance (no support provided).
In order to develop with VSCode in containers, you should download the Remote - Containers extension.
To run locally
- Clone repo
- Open repo in container, vscode should notify you asking if you want to open in the container.
- Once open in the container run
npm install
, thennpm run dev
.
To debug
- Run via Debug tab, use config
Run Script: dev
from.vscode\launch.json