Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 738 Bytes

frontend.md

File metadata and controls

35 lines (27 loc) · 738 Bytes

Frontend

[NOTICE] POSSIBLY OUTDATED

This is the frontend. The Web interface and the MTurk interface serve as different frontends with shared components.

Web Interface

Install dependencies

Go to the Folder frontends/web and run the below command to install dependencies for the web interface.

$ npm install

Setup

Create a file named .env in the folder frontends/web with a copy the .env.example file.

Development

Run application in local http://localhost:3000/

$ npm start

Deployment

Make sure to you have updated the .env file and build the current application.

$ npm run build

MTurk

For building the MTurk interface, run

$ npm run mturk