mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add README
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# EH Downloader
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
|
### Start Server
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
# Optional. This will enable release mode for fresh.
|
||||||
|
$env:DENO_DEPLOYMENT_ID="$(git rev-parse HEAD)"
|
||||||
|
# Optional. Prebuild islands.
|
||||||
|
deno task server-build
|
||||||
|
# Start server
|
||||||
|
deno task server
|
||||||
|
```
|
||||||
|
|
||||||
|
Now dashboard is available at `http://localhost:8000/`.
|
||||||
|
|
||||||
|
## other frontend
|
||||||
|
|
||||||
|
- [Flutter frontend](https://github.com/lifegpc/eh_downloader_flutter)
|
||||||
Reference in New Issue
Block a user