Skip to content

Commit

Permalink
Merge pull request #82 from logzio/docs/build-and-test-locally
Browse files Browse the repository at this point in the history
[docs] add `Build and test locally` section
  • Loading branch information
yotamloe authored Sep 8, 2024
2 parents 9cf04db + aeb187c commit 3677232
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. Build and run tests:
```bash
npm install
npm test

0 comments on commit 3677232

Please sign in to comment.