diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-04 17:15:55 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-04 17:15:55 +0200 |
| commit | 5f2ba0750f5d52c18d193d0b8ec6196cc0d7e5c8 (patch) | |
| tree | 40465bfddca7b6b22db26e249a57423d4984ca96 /README.md | |
| parent | c01cfa373f440ee8defb4b7c69f4445149a65281 (diff) | |
| download | DevHive-5f2ba0750f5d52c18d193d0b8ec6196cc0d7e5c8.tar DevHive-5f2ba0750f5d52c18d193d0b8ec6196cc0d7e5c8.tar.gz DevHive-5f2ba0750f5d52c18d193d0b8ec6196cc0d7e5c8.zip | |
Added screenshots to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -59,3 +59,18 @@ If nothing broke, you can now access the front-end from `http://localhost:4200`. You can change on what port the API is ran, by changing the `HTTP_PORT` constant in `src/DevHive.Web/Program.cs`. If you do so, you **must** also update the front-end, because by default it will try to send requests to port 5000. Go to `src/DevHive.Angular/src/app` and edit the `app-constants.module.ts` file, on the second row you're gonna see the variable `BASE_API_URL`, change it accoring to your API modifications. You can change on what port the Front-end is ran, by issueing the serve command with the `--port` parameter: `ng serve --port 5001`. But, **don't run it with the `--ssl` parameter!** SSL isn't supported yet, so it will throw errors! As an alternative, if you need ssl, is using a [reverse proxy](https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/). + +## Screenshots + + + + + + + + + + + + + |
