mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* Update README.md * updated readme assets * delete deprecated lifeline * update contributing guide and delete old build guides/notes * fix typos * update ui formatting recommendation * update readmes and contributing guide with build steps and dependencies * add script to install sdk Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
12 lines
576 B
Markdown
12 lines
576 B
Markdown
# backend
|
|
- Requirements:
|
|
- [Install Rust](https://rustup.rs)
|
|
- Recommended: [rust-analyzer](https://rust-analyzer.github.io/)
|
|
- [Docker](https://docs.docker.com/get-docker/)
|
|
- [Rust ARM64 Build Container](https://github.com/Start9Labs/rust-arm-builder)
|
|
- Installation:
|
|
- follow the setup instructions [here](backend/README.md)
|
|
- Scripts (run withing the `./backend` directory)
|
|
- `build-prod.sh` - compiles a release build of the artifacts for running on ARM64
|
|
- `build-dev.sh` - compiles a development build of the artifacts for running on ARM64
|