https://github.com/slimefun/preview-builds
https://github.com/slimefun/preview-builds
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slimefun/preview-builds
- Owner: Slimefun
- License: mit
- Created: 2023-06-21T12:07:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:45:23.000Z (over 1 year ago)
- Last Synced: 2025-01-07T22:48:49.601Z (4 months ago)
- Language: TypeScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preview Builds
This repo holds the Worker used for Slimefun preview builds. GitHub Actions will upload to this Worker and post a comment on the PR.
## Development
### Setup
Install dependencies:
```sh
$ npm install
```Copy the `.dev.vars.example` to `.dev.vars`
### Run local development
You can start local development with:
```sh
$ npm run dev
```