565 B
565 B
reminder-dashboard
The re-re-rewrite of the dashboard.
Why
The existing beta variant of the dashboard is written using vanilla JavaScript. This is fine, but annoying to update. This would've been okay if I was more dedicated to updating the vanilla JavaScript too, but I want to experiment with "new" things.
This also allows me to expand my frontend skills, which is relevant to part of my job.
Developing
- Download the parent repo: https://gitea.jellypro.xyz/jude/reminder-bot
- Initialise the submodules
- Run both
npm start
andcargo run