https://github.com/nodeseekdev/nodeget-board
Dashboard For NodeGet
https://github.com/nodeseekdev/nodeget-board
dashboard nodeget
Last synced: about 2 months ago
JSON representation
Dashboard For NodeGet
- Host: GitHub
- URL: https://github.com/nodeseekdev/nodeget-board
- Owner: NodeSeekDev
- License: agpl-3.0
- Created: 2026-01-31T06:48:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-01T03:07:15.000Z (about 2 months ago)
- Last Synced: 2026-05-01T03:14:46.134Z (about 2 months ago)
- Topics: dashboard, nodeget
- Language: Vue
- Homepage: https://dash.nodeget.com
- Size: 2.67 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeGet-Board
The dashboard of NodeGet. Built with vue+ts.
# Run and test
1. copy `example.env.development` -> `.env.development`
2. set your test server address and token
3. pnpm,启动!
~~~sh
pnpm install
pnpm dev
~~~