15 lines
288 B
Markdown
15 lines
288 B
Markdown
# Knifer
|
|
A self-hosted demo analysis tool
|
|
|
|
## Development
|
|
### Frontend
|
|
1. Navigate to the frontend folder
|
|
2. Run `trunk watch`
|
|
|
|
### Backend
|
|
1. Navigate to the root folder
|
|
2. Run `cargo run --bin backend`
|
|
|
|
### DB Stuff
|
|
We use [diesel]() as the ORM and using the cli for all the migrations
|