An open API service indexing awesome lists of open source software.

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

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
~~~