Skip to content

Commit

Permalink
Merge pull request #96 from supunlakmal/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
supunlakmal authored Jul 14, 2019
2 parents 29d4f67 + 36126d7 commit bd92fa2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Android | Developing

#### Clone Project

```shell
git clone https://github.com/supunlakmal/thismypc.git
```
```shell
git clone https://github.com/supunlakmal/thismypc.git
```
![git clone https://github.com/supunlakmal/thismypc.git](doc/gifAnimations/gitClone.gif)

This Command will copy a full project to your local environment
Expand All @@ -90,10 +90,10 @@ This Command will copy a full project to your local environment

### Setting up Angular Project

```shell
```shell
cd thisMyPCWeb
npm i
```
```

![Setting up Angular Project](doc/gifAnimations/angularSetup.gif)

Expand All @@ -108,10 +108,10 @@ Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app w

### Setting up Electron Project

```shell
cd thisMyPCApp
npm i
```
```shell
cd thisMyPCApp
npm i
```

![ Setting up Electron Project](doc/gifAnimations/electronSetup.gif)

Expand All @@ -126,10 +126,10 @@ Run `npm run start` start electron app in debug mode

### Setting up Node Server

```shell
cd thisMyPCServer
npm i
```
```shell
cd thisMyPCServer
npm i
```

`cd thisMyPCServer` Move into Node Project Folder
`npm i` install all dependency.
Expand Down

0 comments on commit bd92fa2

Please sign in to comment.