Update readme and fix code style issues

This commit is contained in:
Thilina Hasantha
2020-05-25 07:39:54 +02:00
parent d0be9c988b
commit 016fbe0f3b
4 changed files with 5 additions and 12 deletions

View File

@@ -103,12 +103,7 @@ $ git clone https://github.com/gamonoid/icehrm.git
$ cd icehrm
$ docker-compose up
```
- Load icehrm Development preview
```
http://localhost:8080
```
- Navigate to [http://localhost:8080](http://localhost:8080) to load icehrm. (user:admin/pass:admin)
- Make some changes and the changes will be reflected on the above url
@@ -123,8 +118,6 @@ docker-compose -f docker-compose-testing.yaml up --exit-code-from cypress
$ docker-compose -f docker-compose-prod.yaml up -d --build
```
- Navigate to [http://clients.icehrm-open.test/dev](http://clients.icehrm-open.test/dev) to load icehrm from VM. (user:admin/pass:admin)
### Building frontend assets
- When ever you have done a change to JavaScript or CSS files in icehrm/web you need to rebuild the frontend