Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sd2k/recipes
https://github.com/sd2k/recipes
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sd2k/recipes
- Owner: sd2k
- Created: 2023-01-01T21:40:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:27:06.000Z (3 months ago)
- Last Synced: 2024-10-15T04:24:42.907Z (22 days 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)
```