UPDATE:: screenshots and 'getting started'
This commit is contained in:
19
README.md
19
README.md
@@ -1,26 +1,17 @@
|
|||||||
# Greenify
|
# Greenify
|
||||||
The easiest way to save CO2 and help the environment! Enter your activities and find out your carbon footprint.
|
The easiest way to save CO2 and help the environment! Enter your activities and find out your carbon footprint.
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Badges
|
## Badges
|
||||||
[](https://gitlab.ewi.tudelft.nl/cse1105/2018-2019/oopp-group-43/template)
|
[](https://gitlab.ewi.tudelft.nl/cse1105/2018-2019/oopp-group-43/template)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
You can run greenify with gradle. To start the server, run:
|
To start Greenify:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd <FILE-LOCATION>/greenify/src/server
|
cd <FILE-LOCATION>/greenify/src/Client/build/libs
|
||||||
gradle build
|
java -Dserver.address="https://greenify43.herokuapp.com" -jar greenify-1.0.0.jar
|
||||||
gradle bootrun
|
|
||||||
```
|
|
||||||
|
|
||||||
With the following you can start the application
|
|
||||||
|
|
||||||
```
|
|
||||||
cd <FILE-LOCATION>/greenify/src/client
|
|
||||||
gradle build
|
|
||||||
gradle bootrun
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the tests
|
## Running the tests
|
||||||
|
|||||||
Reference in New Issue
Block a user