Docs: Correct numeric values in contributing guide #7184

This commit is contained in:
Farahat Abdrabouh 2025-06-09 10:52:07 +03:00 committed by GitHub
parent 5a43ec8411
commit 1f1b421735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,14 +69,14 @@ chmod +x setup.sh
docker compose -f docker-compose-local.yml up
```
5. Start web apps:
4. Start web apps:
```bash
yarn dev
```
6. Open your browser to http://localhost:3001/god-mode/ and register yourself as instance admin
7. Open up your browser to http://localhost:3000 then log in using the same credentials from the previous step
5. Open your browser to http://localhost:3001/god-mode/ and register yourself as instance admin
6. Open up your browser to http://localhost:3000 then log in using the same credentials from the previous step
Thats it! Youre all set to begin coding. Remember to refresh your browser if changes dont auto-reload. Happy contributing! 🎉