Update README

This commit is contained in:
jude 2023-11-10 15:33:30 +00:00
parent a90c0c9232
commit 4aa5b285ac
1 changed files with 4 additions and 2 deletions

View File

@ -13,5 +13,7 @@ This also allows me to expand my frontend skills, which is relevant to part of m
## Developing
1. Download the parent repo: https://gitea.jellypro.xyz/jude/reminder-bot
2. Initialise the submodules
3. Run both `npm run dev` and `cargo run`
2. Initialise the submodules: `git pull --recurse-submodules`
3. Run both `npm run dev` and `cargo run`
4. 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`