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.
- Host: GitHub
- URL: https://github.com/vplasencia/semaphore-bun
- Owner: vplasencia
- Created: 2024-01-22T08:51:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T09:47:15.000Z (over 1 year ago)
- Last Synced: 2025-01-22T13:14:12.861Z (5 months ago)
- Language: TypeScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.