Skip to content

Commit

Permalink
Simplify readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jan 28, 2019
1 parent 48eb1d9 commit 7c9118b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
17 changes: 14 additions & 3 deletions README.md
@@ -1,6 +1,17 @@
## Quick start
#### Friendly betting

This repo contains all the pieces from our project

## Running the app locally
### Prerequisites

- node
- docker
- yarn

```bash
yarn
yarn start # Will run concurrently frontend and backend
cd frontend; yarn install # Install frontend dependencies
cd backend; yarn install # Install backend dependencies
yarn install # Install global dependencies
yarn start # Runs concurrently frontend and backend
```
11 changes: 0 additions & 11 deletions backend/README.md

This file was deleted.

Empty file removed frontend/README.md
Empty file.

0 comments on commit 7c9118b

Please sign in to comment.