From 4aa5b285acefb8c784ed78e445609969e3d27141 Mon Sep 17 00:00:00 2001 From: jude Date: Fri, 10 Nov 2023 15:33:30 +0000 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 759d896..e6dc91e 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +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` \ No newline at end of file