Skip to content

Commit

Permalink
Merge pull request #8 from klarna-incubator/PIE-000-setup-aps-evaluator
Browse files Browse the repository at this point in the history
fix: readme doc
phirani27 authored Nov 14, 2023
2 parents 45b39d7 + 0c4d456 commit f763ba4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,23 +6,25 @@ APS is an acronym for Accurately Parsed Score and aims to provide a unified stan

Check the basic [example](test/index.ts)

## Installation
## Development

### Installation

The project uses [Volta](https://volta.sh/) to manage node and yarn version management. Once you have volta installed you can run the following command to install dependencies:

```shell
yarn install
```

## Build
### Build

Alternatively, if you want to build and run:

```bash
yarn build
```

## Testing
### Testing

```bash
yarn test
@@ -35,7 +37,7 @@ You can do this by appending the `--watch` flag.
yarn test --watch
```

## Linting
### Linting

```bash
yarn lint

0 comments on commit f763ba4

Please sign in to comment.