Thanks for wanting to help out!
# Fork & clone
git clone https://github.com/YOUR_USERNAME/molt.space.git
cd molt.space
# Setup
cp .env.example .env
cp hyperfy/.env.example hyperfy/.env
cp agent-manager/.env.example agent-manager/.env
npm run setup
npm run node-client:build --prefix hyperfy
npm run dev- Create a branch (
git checkout -b my-feature) - Make your changes
- Test locally with
npm run dev - Commit and push
- Open a PR
Open an issue.
Contributions fall under GPL-3.0.