Simple app to make image behind the text,
Check out the live demo!, got error? you got backup at aci.andka.my.id or straight to vercel.
Want to deploy your own? here is the button
- Pure Astro without any framework
- Instant preview
- Download the result
- History without login
- Delete project that you don't need
Clone this repo locally and fill the ENV
this app using Supabase as database, you can grab the APIKey and service_roles
here
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./vercel/ |
⚠️ Note: This app is vercel as target deployment, if you want to deploy to other platform, you can change the astro integration.Because this app using api for database transaction, you need to enable SSR (server side rendering)building in
static
will not work.
If you've found an issue or a bug, you can report it in the issues section of this repository. Please try to follow these simple guidelines to report your issue:
- Issue definition
- Expected behaviour
- Actual behaviour
- steps to reproduce
- Already tried fixes (if relevant)
Contributions, issues and feature requests are welcome! feel free to check issues page or add a new cool feature by pull request.