Skip to content

Commit

Permalink
fix(docs): update changes folder names in root readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
heikir committed Jul 18, 2022
1 parent d66a9a7 commit 3c1dd2c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,21 @@ Clone the project
git clone git@github.com:acapela/clientdb.git
```

Go to the project directory

```bash
cd clientdb
```

Install dependencies

```bash
yarn install
```

Build the client
Build the client-side db

```bash
cd clientdb
yarn build
yarn core build
```

## Running Tests

To run tests, run the following command while in clientdb/clientdb directory
To run tests, run the following command while in /core directory

```bash
yarn test
Expand Down

0 comments on commit 3c1dd2c

Please sign in to comment.