https://github.com/pinatacloud/swooop-server
https://github.com/pinatacloud/swooop-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinatacloud/swooop-server
- Owner: PinataCloud
- Created: 2024-03-01T18:38:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T18:43:01.000Z (about 2 years ago)
- Last Synced: 2024-05-20T22:09:44.992Z (about 2 years ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swoop-server
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.29. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.