Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 591 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (30 loc) · 591 Bytes

Contributing to Floretta

Prerequisites

Be sure to have these tools installed:

Setup

Clone this repository, and open a terminal in that clone:

gh repo clone samestep/floretta
cd floretta

Testing

To run all the tests:

cargo test

Wasm

To compile Floretta itself into a Wasm binary:

.github/wasm.py

Release

To make a new release:

.github/release.py $FLORETTA_VERSION