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

https://github.com/slimefun/preview-builds


https://github.com/slimefun/preview-builds

Last synced: 3 months ago
JSON representation

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