This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v1.1.0 (11 August 2020)
2
+
3
+ ### README
4
+ - Update readme according to docker setup
5
+
6
+ # v1.0.0 (30 July 2020)
7
+
8
+ See Github releases for changelog of previous versions.
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ If you have a running [backend](https://github.com/adfinis-sygroup/timed-backend
38
38
or
39
39
- ` yarn start `
40
40
41
- If you are using docker-compose you can start the frontend and backend by running
41
+ If you are using docker-compose you can start the frontend and backend by running the following in the backend project
42
42
43
43
```
44
44
docker-compose up -d --build
45
45
```
46
46
47
- The frontend will be under [ http://localhost:4200 ] ( http://localhost:4200 ) and the backend [ http://localhost:8000 ] ( http://localhost:8000 )
47
+ The frontend will be under [ http://timed.local ] ( http://timed.local ) and the backend [ http://timed.local/admin/ ] ( http://timed.local/admin/ )
48
48
49
49
### Running Tests
50
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " timed" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " A time tracking software written in Ember.js" ,
5
5
"repository" : " https://github.com/adfinis-sygroup/timed-frontend" ,
6
6
"author" : " Adfinis AG <info@adfinis.com>" ,
You can’t perform that action at this time.
0 commit comments