This starter lets you get started with NuxtHub Blob in seconds.
https://github.com/Flosciante/nuxt-image-gallery/assets/904724/6e2bafdf-f5a0-42cf-b1f8-1d11c6ec919f
hubBlob()bun install or your favorite package manager.bun dev or your favorite package manager.If you don’t have bun installed, run: curl -fsSL https://bun.sh/install | bash
bun dev
[!IMPORTANT]
There is a limitation on local blobs freezing the server (https://github.com/nuxt-hub/core/issues/14) when having multiple ones.
We recommend you to deploy the project and use the remote storage as workaround.
Once you deployed your project, you can connect to your remote database locally running:
bun dev --remote
You can deploy this project on your Cloudflare account for free and with zero configuration using NuxtHub.
npx nuxthub deploy
It’s also possible to leverage Cloudflare Pages CI for deploying, learn more about the different options on https://hub.nuxt.com/docs/getting-started/deploy
Learn more about remote storage on https://hub.nuxt.com/docs/getting-started/remote-storage
This project is a template starter provided by NuxtHub. It’s designed to help kickstart your NuxtHub files project.
Check out the deployment documentation for more information.
Contributions are welcome! Feel free to open an issue to report a bug or submit a feature request via a pull request.
Thanks to Atinux for the contributions and advice provided.