From bd601345e24bc10a08ef85e5ed52cb9db13f5b29 Mon Sep 17 00:00:00 2001 From: Nico Kappeler <53252190+kappni@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:40:18 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) 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.