https://github.com/walshydev/blob-builds
https://github.com/walshydev/blob-builds
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/walshydev/blob-builds
- Owner: WalshyDev
- Created: 2023-11-19T04:03:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T13:09:15.000Z (about 2 months ago)
- Last Synced: 2025-03-18T17:14:27.311Z (about 2 months ago)
- Language: TypeScript
- Size: 1.22 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blob Builds
TODO: Add description
## Development
Run `npm run dev` from the root of the repo
### Setup
Once you have cloned the repo, you can setup local development with the following commands:
```
$ npm ci$ npx wrangler d1 create blob-builds
# Then update the `wrangler.toml` with the new `database_id` provided# Apply DB migrations in `worker`
$ cd worker && npm run migrate:local# Seed local dev
$ npm run migrate:seed-local
```