Skip to content

Commit

Permalink
add Build and test locally section
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Sep 8, 2024
1 parent 9cf04db commit 25658dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,14 @@ tsc --project tsconfig.json
</div>

</div>

## Build and test locally
1. clone the repository:
```bash
git clone https://github.com/logzio/winston-logzio.git
cd winston-logzio
```
2. buils and run tests:
```bash
npm install
npm test

0 comments on commit 25658dd

Please sign in to comment.