This document describes how to set up a development environment and submit your changes.
- Brew
- IDE
- GitHub CLI
gh repo fork iph/noctilucent
cd noctilucent
cargo build
cargo test
./tasks/coverage.sh
git status
git add CONTRIBUTING.md
git commit -m "chore: Adding a contributing guide"
git push