Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 760 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 760 Bytes

Earthly-Based Development

You can run the full stack using Earthly. From the project root, execute the following command:

earthly ls

This will list all the available targets. You can then run the full stack using the following command:

earthly +pipeline

This will build the full stack using Earthly.

Local Development

If you want to develop without using Earthly, you need a local node.js, Yarn, and Rust environment.

Then you can run the following commands:

Install the sample data for system_operator

git clone https://github.com/terraphim/INCOSE-Systems-Engineering-Handbook.git /tmp/system_operator/

Run the backend

cargo run

Run the frontend in development mode:

yarn run dev