Skip to content

uwwebservices/UWER

Repository files navigation

UW Event Registration (UWER)

Build Status

master: Build Status

develop: Build Status

Documentation: Client Wiki

Beta Service Availability

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).

Development

In order to develop with VSCode in containers, you should download the Remote - Containers extension.

To run locally

  1. Clone repo
  2. Open repo in container, vscode should notify you asking if you want to open in the container.
  3. Once open in the container run npm install, then npm run dev.

To debug

  1. Run via Debug tab, use config Run Script: dev from .vscode\launch.json