diff --git a/README.md b/README.md index d4e1d65..40d0e54 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,3 @@ # esgame -A cross-platform game about Ecosystem Services and Tradeoffs built with Angular. -# Getting started - -## Setting up - -Make sure you have Angular set up (https://angular.io/guide/setup-local). - -**Clone the repository** - -``` -$ git clone https://github.com/Vangelis96/esgame.git -$ cd esgame/V2 -``` - -**Install dependencies** - -``` -$ npm install -``` -## Run it locally - -Run `$ ng serve` for creating a development server. By default the app is reachable at `http://localhost:4200/`. The app will automatically reload if there are changes in the code.