Adding yarn to server script.
This commit is contained in:
parent
602e19bc12
commit
b58d1a7136
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
cd ../server/ui
|
cd ../server/ui
|
||||||
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
cd ../service
|
cd ../service
|
||||||
cargo run
|
cargo run
|
||||||
|
|
Loading…
Reference in New Issue