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.
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:
git clone https://github.com/terraphim/INCOSE-Systems-Engineering-Handbook.git /tmp/system_operator/
cargo run
yarn run dev