https://github.com/openblockcc/openblock-resource
External resources server for OpenBlock projects
https://github.com/openblockcc/openblock-resource
openblock
Last synced: 3 months ago
JSON representation
External resources server for OpenBlock projects
- Host: GitHub
- URL: https://github.com/openblockcc/openblock-resource
- Owner: openblockcc
- License: mit
- Created: 2021-04-07T05:47:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T10:14:33.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:11:24.381Z (about 1 year ago)
- Topics: openblock
- Language: JavaScript
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 1
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openblock-resource
[](https://github.com/openblockcc/openblock-resource/actions/workflows/publish.yml)

Provide a local resource server for openblock.
## Instructions
- Start resource server
```bash
npm install
npm run fetch
npm start
```
- Test update funciton, run:
```bash
npm test
```