- Install Rust https://www.rust-lang.org/tools/install
- Clone this repo. (Anywhere you'd like.)
- run
cargo test
- Download CLion
- Install the Rust plugin.
Right now, there is one usage of Rust. It's the ETL pipeline that transforms the e-book into a rich dataset. This code lives under the etl subdirectory.
- Complete the Rust setup.
- Complete the Git LFS setup.
brew install protobufbrew install swift-protobufmake generateto populate the app with ingredient data- open `./app/xcode.xcworkspace'. (This should cause Xcode to launch.)
- Build Xcode project `MVP1 (iOS)' on an iPhone (e.g. iPhone 12 Mini 14.4)
- Install Git Large File Storage:
brew install git-lfs - Enable Git LFS:
git lfs install - You may need to run
git lfs pullto get the files.
For more info, see: https://git-lfs.github.com
