reminder-bot/reminder-dashboard/README.md

20 lines
730 B
Markdown
Raw Normal View History

2024-02-24 16:10:25 +00:00
# reminder-dashboard
The re-re-rewrite of the dashboard.
## Why
2024-02-24 17:23:31 +00:00
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
2024-02-24 16:10:25 +00:00
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
2024-02-24 17:23:31 +00:00
1. Run both `npm run dev` and `cargo run`
2. Symlink assets: assuming cloned
into `$HOME`, `ln -s $HOME/reminder-bot/reminder-dashboard/dist/index.html $HOME/reminder-bot/web/static/index.html`
and
`ln -s $HOME/reminder-bot/reminder-dashboard/dist/static/assets $HOME/reminder-bot/web/static/assets`