From b58d1a7136982cf931d6d7a29f7615e92e7d03ab Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 11 Oct 2018 16:21:41 -0700 Subject: [PATCH] Adding yarn to server script. --- README.md | 2 +- scripts/webserver.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a680ab7..b3d0438 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `Torrents.csv` will only store torrents with at least one seeder to keep the file small, and will be periodically purged of non-seeded torrents, and sorted by seeders descending. -It also comes with a simple [Torrents.csv webserver](TODO) +It also comes with a simple [Torrents.csv webserver](http://torrents-csv.ml) ![img](https://i.imgur.com/qVmSVMC.png) diff --git a/scripts/webserver.sh b/scripts/webserver.sh index 3534bf0..07eb6e1 100755 --- a/scripts/webserver.sh +++ b/scripts/webserver.sh @@ -1,4 +1,5 @@ cd ../server/ui +yarn yarn build cd ../service cargo run