coffee-brewing-guide

Quick Start

Dependencies

  • Rust - I recommend rustup to manage the installation
  • Trunk - This will build wasm modules and provide a development server
cd coffee-brewing-guide/coffee-brewing-guide-web-ui
trunk serve

Trunk's serve subcommand will hot-reload the web page when changes are made to the source code.

Project Structure

This repository is setup as a cargo workspace containing two rust projects: a library, and a WASM binary that brings it in as a dependency. The intention is to separate the core functionality from any presentation layer early on.