https://github.com/sd2k/recipes
https://github.com/sd2k/recipes
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sd2k/recipes
- Owner: sd2k
- Created: 2023-01-01T21:40:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:27:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T20:42:54.529Z (over 1 year ago)
- Language: Rust
- Size: 3.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Dev build
1. Start server on port :8000
```
$ cargo run --bin recipe-server
```
1. Serve UI using Dioxus CLI with hot-reload enabled
```
$ (cd crates/recipe-web && dioxus serve --hot-reload)
```
## Prod build
1. Build web assets
```
$ (cd crates/recipe-web && trunk build)
```
1. Run server inside Shuttle
```
$ (cd crates/recipe-shuttle && cargo shuttle run)
```