mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
Docs: Correct numeric values in contributing guide #7184
This commit is contained in:
committed by
GitHub
parent
5a43ec8411
commit
1f1b421735
@@ -69,14 +69,14 @@ chmod +x setup.sh
|
|||||||
docker compose -f docker-compose-local.yml up
|
docker compose -f docker-compose-local.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Start web apps:
|
4. Start web apps:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn dev
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Open your browser to http://localhost:3001/god-mode/ and register yourself as instance admin
|
5. 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
|
6. Open up your browser to http://localhost:3000 then log in using the same credentials from the previous step
|
||||||
|
|
||||||
That’s it! You’re all set to begin coding. Remember to refresh your browser if changes don’t auto-reload. Happy contributing! 🎉
|
That’s it! You’re all set to begin coding. Remember to refresh your browser if changes don’t auto-reload. Happy contributing! 🎉
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user