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

https://github.com/vplasencia/semaphore-bun

Example of project using Semaphore with Bun.
https://github.com/vplasencia/semaphore-bun

Last synced: 3 months ago
JSON representation

Example of project using Semaphore with Bun.

Awesome Lists containing this project

README

        

# Semaphore with Bun

This is an example of project using [Semaphore](https://semaphore.pse.dev/) with Bun.

## Run Locally

### Clone the Repository

```bash
git clone https://github.com/vplasencia/semaphore-bun.git
```

### Run Semaphore v3

```bash
cd semaphorev3
```

and follow the instructions in the [semaphorev3 README.md](https://github.com/vplasencia/semaphore-bun/blob/main/semaphorev3/README.md) file.

### Run Semaphore v4

```bash
cd semaphorev4
```

and follow the instructions in the [semaphorev4 README.md](https://github.com/vplasencia/semaphore-bun/blob/main/semaphorev4/README.md) file.