From c074f7b8a41ddd1ee7f6e979f2e32fdd95727f90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:52:19 +0000 Subject: [PATCH] deploy: 0a381718368cc2aebf3b536fe6949afee2305112 --- 404.html | 2 +- assets/js/568bc3e4.1ef3dca6.js | 1 - assets/js/568bc3e4.4c00deee.js | 1 + ...me~main.b84888b6.js => runtime~main.9a9f349d.js} | 2 +- docs/category/importing.html | 2 +- docs/category/installation.html | 2 +- docs/category/server-configuration.html | 2 +- docs/category/usage.html | 2 +- docs/importing/myanimelist.html | 2 +- docs/importing/text-file.html | 2 +- docs/importing/trakt.html | 2 +- docs/importing/watcharr.html | 2 +- docs/installation/docker-compose.html | 2 +- docs/installation/for-development.html | 13 +++++++------ docs/installation/from-source.html | 2 +- docs/introduction.html | 2 +- docs/server_config/backup.html | 2 +- docs/server_config/environment-variables.html | 2 +- docs/server_config/game-support-igdb.html | 2 +- docs/server_config/jellyfin-auth.html | 2 +- docs/server_config/plex-auth.html | 2 +- docs/server_config/restoring-admin.html | 2 +- docs/usage/adding-to-watchlist.html | 2 +- index.html | 2 +- markdown-page.html | 2 +- 25 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 assets/js/568bc3e4.1ef3dca6.js create mode 100644 assets/js/568bc3e4.4c00deee.js rename assets/js/{runtime~main.b84888b6.js => runtime~main.9a9f349d.js} (98%) diff --git a/404.html b/404.html index 6d9da69a..8f1af81e 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Get the code by cloning your fork
+Get the code by cloning your fork (edit the command and replace <your username> with your GitHub username or replace the whole url with the correct one pointing to your fork).
git clone https://github.com/<your username>/Watcharr.git && \
cd Watcharr
npm i
Install server dependencies (in the server folder)
Install server dependencies (in the server folder). Go does this automatically if you try starting the server and it notices you don't have them.
go get .
To run the code, you will need to open up two terminals, one for the frontend and the other for the backend.
+We have Makefiles for the frontend and server, so you can simply call make in each directory. Most Linux distros (as far as I know) include make, so you don't need to install anything. If you don't have make, you can either install it (lookup how to get "GNU Make" for your specific OS) OR you can just look inside the Makefiles and manually run the first command in each.
Run the frontend (first terminal, in the project root folder)
-npm run dev
make
Run the server (second terminal, in the project root folder)
-npm run server
Run the server (second terminal, in the server folder)
make
Note: If you're using Windows, running the server can be a little more complicated. You can follow this: https://github.com/sbondCo/Watcharr/discussions/430#discussioncomment-8894110 which amounts to these steps (the first 3 steps only need to be done once):