update README (redirect change to go + frontend using node instead of bun)

main
TZGyn 1 year ago
parent d28f92a7e8
commit 2541d02f77
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -29,14 +29,14 @@ Made with [SvelteKit](https://kit.svelte.dev/) and [shadcn-svelte](https://www.s
```bash ```bash
bun install bun install
bun --bun run dev npm run dev
``` ```
### Redirect ### Redirect
```bash ```bash
bun install go mod download
bun --bun run dev go run main.go # or air run main.go
``` ```
## Deployment ## Deployment
@ -44,16 +44,16 @@ bun --bun run dev
### Frontend ### Frontend
```bash ```bash
bun install npm install
bun run build npm run build
bun --bun run build node build
``` ```
### Redirect ### Redirect
```bash ```bash
bun install go build
bun run src/index.ts ./main
``` ```
## Breaking Changes (For builds before this date) ## Breaking Changes (For builds before this date)

Loading…
Cancel
Save