The frontend for ACM training.
A web hosted system for the ACM/ICPC group based training maintenance.
You can clone this repository then install dependencies using yarn
.
git clone --recursive https://github.com/ruinshe/acm-training-ui.git
yarn install
You need setup the backend following the instruction at https://github.com/ruinshe/acm-training, then use yarn script to strt local instance:
yarn start
If you need to run a live demo, you need to use yarn build
then copy the targets into a nginx hosted folder. Besides, we have plan to add a docker image for the live demo later.
Please fllow the CONTRIBUTING.md
file for the development process.