This is the frontend. The Web interface and the MTurk interface serve as different frontends with shared components.
Go to the Folder frontends/web and run the below command to install dependencies for the web interface.
$ npm install
Create a file named .env
in the folder frontends/web
with a copy the .env.example file.
Run application in local http://localhost:3000/
$ npm start
Make sure to you have updated the .env file and build the current application.
$ npm run build
For building the MTurk interface, run
$ npm run mturk