Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 285 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 285 Bytes

My Cooking Codex - Frontend

Without Docker

Requirements

  • Web server capable of serving static content
  • Rust Stable (2021 edition)
  • Trunk
  • npm

Build

Run these commands:

npm ci

trunk build --release

Copy generated files in ./dist and place on web server.