Working redirects
parent
4901bf49ef
commit
328271edc3
@ -1 +1,13 @@
|
|||||||
# Lupus Lite
|
# Lupus Lite
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Development Mode: also starts "npm run dev" inside "frontend/"
|
||||||
|
$ MODE=dev go run .
|
||||||
|
|
||||||
|
# Production Mode
|
||||||
|
$ cd frontend
|
||||||
|
$ npm run build
|
||||||
|
$ go build
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue