Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.24 KB

aoc-dailies

Discord bot that notifies about Advent Of Code daily puzzles.

Development

Deno must be installed on your machine. See the docs.

To update to the latest version:

deno upgrade

Next, generate a new Discord Webhook URL and save it under a new .env file (copying the template from .env.example).

For running the server locally, run this command:

deno task start

For formatting, linting, updating dependencies, and updating the lock file run the following:

deno task all

Deployment

Deno Deploy is the easiest way to deploy your Deno application with an available GitHub repository. The application will automatically be redeployed on push to the main branch.

Ensure to copy the corresponding environmental variables to the deployment under the project's Settings > Environmental Variables.

References