Skip to content

kkmia417/AtCoderProblems

 
 

Repository files navigation

AtCoder Problems

CI

AtCoder Problems is a web application to help AtCoder users to solve problems and manage progress more efficiently.

screenshot

Documents

Useful Commands

# Show all commands
make

# Start local development environment
make up/d

# Check status and logs
make ps
make logs/backend
make logs/frontend

# Run checks
make check/backend
make lint/frontend
make test/frontend
make ci/local

Deployment

The frontend is automatically deployed to GitHub Pages when you push to master.

If this is your first deployment, enable GitHub Pages in your repository settings:

  1. Open Settings > Pages
  2. Set Source to GitHub Actions

To enable login on your fork (github.io frontend + your own backend), see:

  • doc/fork_deploy.md

About

Extend your AtCoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 54.6%
  • Rust 37.2%
  • Python 3.5%
  • SCSS 3.3%
  • JavaScript 0.6%
  • Makefile 0.3%
  • Other 0.5%