Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 227 Bytes

File metadata and controls

14 lines (14 loc) · 227 Bytes

Basic HTTP Server setup using Rust + React + Jarmuz pipeline.

Commands

For watching repository:

make watch

For building the project binary:

make release

For cleaning artifacts:

make clean