- The Software Engineering (UET-VNU) big project - INT2208E_23
- Login
- Problem (Support KaTex)
- Submit (Support Syntax Highlighting)
- Submission History
- Preview solution and judging details
Create 2 terminal
-
cd client
andnpm install
-
cd server
andnpm install
Download c++ compiler and put to middleware/compilers/mingw
.
Remember to re-compile the wrapper (Judger): g++ -o wrapper.exe wrapper.cpp -lpsapi
Create 2 terminal
-
cd client
andnpm start
-
cd server
andnpm start
Good luck.