diff --git a/README.md b/README.md index e698d1a..566bef5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Made with [SvelteKit](https://kit.svelte.dev/) and [shadcn-svelte](https://www.s ![links_preview](./docs/screenshot_links.png) ![qr_preview](./docs/screenshot_qr.png) ![analytics_preview](./docs/screenshot_analytics.png) +![file_upload](./docs/file-upload.png) ### One Click Deploy on Railway @@ -28,6 +29,7 @@ Made with [SvelteKit](https://kit.svelte.dev/) and [shadcn-svelte](https://www.s ### Frontend ```bash +# copy .env.example to .env and fill in the environments bun install npm run dev ``` @@ -35,6 +37,7 @@ npm run dev ### Redirect ```bash +# copy .env.example to .env and fill in the environments go mod download go run main.go # or air run main.go ``` @@ -58,6 +61,10 @@ go build ## Breaking Changes (For builds before this date) +### 24 December 2024 + +New file upload feature requires a tigris/s3 bucket with webhook setup in order to work properly + ### 29 August 2024 Using stripe customer id instead of stripe subscription id diff --git a/docs/file-upload.png b/docs/file-upload.png new file mode 100644 index 0000000..f95879b Binary files /dev/null and b/docs/file-upload.png differ