Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

togatoga/codeforces-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces problems

Summary

codeforces-problems is the problem manegement tool for Codeforces users.
This project is inspired by AtCoder Problems.

Backend

Usage

# install and build
make all
# run the server
make run
# run all tests
make test

Frontend

Usage

#install node modules
npm install
#generate a bundle js file
npm run build