Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 640 Bytes

Instructions For Running The Review Locally

Build and run:

  • Run this script to start the app, you may have to type the admin password for the sudo command:
nvm use
export NVM_DIR=~/.nvm
yarn install
sudo yarn start
  • If you have any problem when running the above script, please check README.md in the root of the project for more info.
  • After running successfully, please open https://local.topcoder-dev.com/review in the browser to start the admin app

Configuration:

  • Configuration files are under src/apps/review/src/config

Mock data:

  • Mock data files are under src/apps/review/src/mock-datas