GitHub - kkmia417/AtCoderProblems: Extend your AtCoder

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