Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 588 Bytes

README.MD

File metadata and controls

35 lines (21 loc) · 588 Bytes

Proctored Contest Electron App

This is an Electron application for hosting proctored contests.

Getting Started

Follow these instructions to compile and run the app for development.

Prerequisites

Make sure you have Node.js and npm installed on your system.

Installation

  1. Install dependencies:
npm ci
  1. Compile the TypeScript files to JavaScript:
npm run build
  1. Start the Electron app:
npm run start

The Electron app will launch, and you should see the proctored contest interface.