https://github.com/thorwebdev/supa-expo-tus
https://github.com/thorwebdev/supa-expo-tus
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorwebdev/supa-expo-tus
- Owner: thorwebdev
- Created: 2024-09-27T08:00:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T09:19:11.000Z (over 1 year ago)
- Last Synced: 2025-07-12T03:53:56.330Z (11 months ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Upload Example
### Setup
- Set up env vars `cp .env.local.example .env.local`
- In the Supabase dashboard, create a new bucket called `tus`
- Create a new policy and allow `select`, `insert` and `update` operations for the public anon key.
### Running the app
- Run `yarn` or `npm install`
- Run `yarn start` or `npm run start` to try it out.