Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan authored Nov 7, 2020
1 parent 0cc35f0 commit b8a9e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ $ npm install
Copy and edit the `env` file:

```
cp .env.example .env
vim .env
$ cp .env.example .env
$ vim .env
```

Run the server:

```
npm run server
$ npm run server
```

If you want to stop the server:

```
npm run kill
$ npm run kill
```


0 comments on commit b8a9e7f

Please sign in to comment.