Daily Leetcode challenges for members to practice their algorithms.
For running the server locally, run this command.
deno task start
For formatting, linting, updating dependencies, and updating the lock file run this command.
deno task all
The server is automatically deployed on push to the main
branch via
Deno Deploy.
The daily webhook is invoked by a daily Deno Cron job.
Developed with 💖 by @acmcsufoss