Share your drawings with the world with this Nuxt application using NuxtHub Blob storage and deployed on the Edge.
- Image upload with
useUpload() - Auth with Google & GitHub based on
nuxt-auth-utils - Draw with
signature_pad
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildDeploy the application on the Edge with NuxtHub:
npx nuxthub deployThen manage the drawings of your users in the NuxtHub Admin.
You can also deploy using Cloudflare Pages CI.