arthuralee / nito

Nito - prototype of a remote proctoring system

Home Page:http://nito.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nito Build Status

Nito is a prototype of a human/machine hybrid remote proctoring system. It is created as part of the 05-571 Undergraduate Project in HCI at Carnegie Mellon University

Running the application

To run the application, clone the repository:

git clone git@github.com:arthuralee/nito.git

Navigate to the root directory of the project, and run the following command to download prerequisites

npm install

Run the development server

npm start

The development server should be running on port 8080

Developing

To develop, you need slightly different commands. clone the repository:

git clone git@github.com:arthuralee/nito.git

Navigate to the root directory of the project, and run the following command to download prerequisites, including the development prerequisites

npm install --dev

Start the development process

gulp

The development server should be running on port 8080. Additionally, all the correct files and folders will be watched for changes, recompiling and restarting the server if necessary.

About

Nito - prototype of a remote proctoring system

http://nito.me

License:Apache License 2.0


Languages

Language:JavaScript 78.6%Language:CSS 12.2%Language:HTML 9.2%