Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 30, 2024
1 parent 83b3c3e commit 9fc9919
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Development

This document describes how you can test, build and publish the library.
This document describes how you can test and publish this project.

## Prerequisite

Before you can build and test this library you must install and configure the following products on your development machine:
Before you can start you must install and configure the following products on your development machine:

* [Git][git]
* [Node.js][nodejs]

You will then need to install the required dependencies:
You will then need to clone this project and install the required dependencies:

```sh
cd <library-path>
git clone <repository_url> <dir_name>
cd <dir_name>
npm install
```

Expand Down

0 comments on commit 9fc9919

Please sign in to comment.