This is an Electron application for hosting proctored contests.
Follow these instructions to compile and run the app for development.
Make sure you have Node.js and npm installed on your system.
- Node.js: https://nodejs.org
- Install dependencies:
npm ci
- Compile the TypeScript files to JavaScript:
npm run build
- Start the Electron app:
npm run start
The Electron app will launch, and you should see the proctored contest interface.