https://github.com/zeroxbrock/suapps
experiments and demos with suave
https://github.com/zeroxbrock/suapps
Last synced: over 1 year ago
JSON representation
experiments and demos with suave
- Host: GitHub
- URL: https://github.com/zeroxbrock/suapps
- Owner: zeroXbrock
- Created: 2023-12-19T01:29:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T01:34:52.000Z (over 2 years ago)
- Last Synced: 2024-04-15T05:20:56.369Z (about 2 years ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# suapps
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.