A simple Discord app that shows how much of the current year has passed (in UTC).
- Invite link: Click here
- Support server: Join here
- Clone this repo
- Copy
.env.exampleto.envand fill in the values - Create a
db/folder with two files:main.jsonandtest.json - Set both file contents to:
[] - In
.env, setTESTINGto"yes"(usestest.json) or"no"(usesmain.json) - Start the app:
bun run .
- Pull the image:
sudo docker pull rkax/year-progress-app:latest - Create a
.envfile (based on.env.example) - Run the container:
sudo docker run --env-file ./path/to/.env rkax/year-progress-app:latest