Adding yarn to server script.

This commit is contained in:
Dessalines 2018-10-11 16:21:41 -07:00
parent 602e19bc12
commit b58d1a7136
2 changed files with 2 additions and 1 deletions

View File

@ -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. `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) ![img](https://i.imgur.com/qVmSVMC.png)

View File

@ -1,4 +1,5 @@
cd ../server/ui cd ../server/ui
yarn
yarn build yarn build
cd ../service cd ../service
cargo run cargo run