Jeremy Wall 9833e22e42 upgrade: Schema version and sqlx version
It's complicated but I while debugging I upgraded sqlx. Shouldn't
have mixed up changes like that but I'm lazy and don't want to redo
it so it'll all have to just be here.
2024-07-11 18:04:41 -04:00
2022-09-01 14:37:28 -04:00
2023-08-19 13:29:11 -04:00
2024-07-01 15:52:37 -05:00
2024-07-01 15:52:37 -05:00
2023-02-27 20:02:36 -05:00
2022-03-03 17:41:07 -05:00
2024-07-01 15:55:37 -05:00
2021-04-13 20:13:49 -04:00
2024-07-01 15:55:42 -05:00
2022-05-13 21:30:50 -04:00

Kitchen

A web assembly experiment in Meal Planning and Shopping List management.

Building

Ensure you have rust installed with support for the web assembly target. You can see instructions here: Rust wasm book.

git clone https://github.com/zaphar/kitchen
cd kitchen

Assuming you have installed everything correctly, then you are ready to build.

make release

Hacking on kitchen

The run script will run build the app and run it for you.

./run.sh

By default, it will use the examples directory in this repository to populate the recipes for testing. You can override this by setting EXAMPLES=/full/path/to/recipes and it will use that location instead.

Nix support.

If all of the above looks like too much work, and you already use the nix package manager, then there is a handy nix flake available for you to use.

nix run github:zaphar/kitchen
Description
No description provided
Readme Apache-2.0 1.4 MiB
Languages
Rust 92.8%
Nix 3.3%
CSS 1.6%
Shell 0.8%
Makefile 0.6%
Other 0.9%