update readme

main
TZGyn 12 months ago
parent d350e00b79
commit 83638a7c1b
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -18,6 +18,7 @@ Made with [SvelteKit](https://kit.svelte.dev/) and [shadcn-svelte](https://www.s
![links_preview](./docs/screenshot_links.png) ![links_preview](./docs/screenshot_links.png)
![qr_preview](./docs/screenshot_qr.png) ![qr_preview](./docs/screenshot_qr.png)
![analytics_preview](./docs/screenshot_analytics.png) ![analytics_preview](./docs/screenshot_analytics.png)
![file_upload](./docs/file-upload.png)
### One Click Deploy on Railway ### One Click Deploy on Railway
@ -28,6 +29,7 @@ Made with [SvelteKit](https://kit.svelte.dev/) and [shadcn-svelte](https://www.s
### Frontend ### Frontend
```bash ```bash
# copy .env.example to .env and fill in the environments
bun install bun install
npm run dev npm run dev
``` ```
@ -35,6 +37,7 @@ npm run dev
### Redirect ### Redirect
```bash ```bash
# copy .env.example to .env and fill in the environments
go mod download go mod download
go run main.go # or air run main.go go run main.go # or air run main.go
``` ```
@ -58,6 +61,10 @@ go build
## Breaking Changes (For builds before this date) ## 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 ### 29 August 2024
Using stripe customer id instead of stripe subscription id Using stripe customer id instead of stripe subscription id

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Loading…
Cancel
Save