From 7de7619fd160dd04c113bc294d2a8ae3ccbb023f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 16 Nov 2022 23:15:26 -0600 Subject: [PATCH] Update contribution-guidelines.md --- docs/docs/contribution-guidelines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/contribution-guidelines.md b/docs/docs/contribution-guidelines.md index 7d26d157c6..533530e400 100644 --- a/docs/docs/contribution-guidelines.md +++ b/docs/docs/contribution-guidelines.md @@ -28,6 +28,8 @@ make dev # required Makefile installed on the system. All the services will be started with hot-reloading enabled for a quick feedback loop. +You can access the web from `http://your-machine-ip:2283` or `http://localhost:2283` and access the server from the mobile app at `http://your-machine-ip:2283/api` + ### Mobile app The mobile app `(/mobile)` will required Flutter toolchain to be installed on your system. @@ -91,4 +93,4 @@ After making any changes in the `server/libs/database/src/entities`, a database npm run typeorm -- migration:generate ./libs/database/src/ -d libs/database/src/config/database.config.ts ``` 3. Check if the migration file makes sense. -4. Move the migration file to folder `server/libs/database/src/migrations` in your code editor. \ No newline at end of file +4. Move the migration file to folder `server/libs/database/src/migrations` in your code editor.