|
|
|
@ -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)
|
|
|
|
|