/synk

Primary LanguageTypeScript

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:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.21. Bun is a fast all-in-one JavaScript runtime.