https://github.com/shobhit-nagpal/synk
https://github.com/shobhit-nagpal/synk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shobhit-nagpal/synk
- Owner: Shobhit-Nagpal
- Created: 2024-02-08T21:48:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T10:01:11.000Z (over 1 year ago)
- Last Synced: 2025-02-17T05:17:30.037Z (8 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# synk
## About
Synk is a JS client to perform file operations from your code. It is a practice project inspired from Supabase written in TypeScript.This was also an opportunity to try out Bun, an alternative runtime for NodeJS.
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.21. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.