mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -2,32 +2,12 @@
|
||||
|
||||
## How to start server
|
||||
|
||||
### One Time Setup
|
||||
|
||||
```powershell
|
||||
git clone "https://github.com/lifegpc/eh-downloader.git"
|
||||
cd eh-downloader
|
||||
# Fetch static files from node_modules. These files are used in frontend.
|
||||
deno task fetch
|
||||
# Optional. This will enable release mode for fresh.
|
||||
$env:DENO_DEPLOYMENT_ID="$(git rev-parse HEAD)"
|
||||
# Optional. Prebuild islands.
|
||||
deno task server-build
|
||||
```shell
|
||||
curl -L "https://github.com/lifegpc/eh-downloader/raw/master/docker-compose.yml" -o docker-compose.yml
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
### Start Server
|
||||
|
||||
```powershell
|
||||
cd eh-downloader
|
||||
# Optional. This will enable release mode for fresh.
|
||||
$env:DENO_DEPLOYMENT_ID="$(git rev-parse HEAD)"
|
||||
# Start server
|
||||
deno task server
|
||||
```
|
||||
|
||||
Now dashboard is available at `http://localhost:8000/`.
|
||||
|
||||
## other frontend
|
||||
## Official Frontend
|
||||
|
||||
- [Flutter frontend](https://github.com/lifegpc/eh_downloader_flutter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user