Skip to content

Commit

Permalink
Windows instructons
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 8, 2023
1 parent 521adf2 commit 29be6c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ You must have a local copy of this repository somewhere on your machine. From th

Once that is done, you will run:

**Windows Only:**

You must install Node Env on windows in global space to use environment variables.
```shell
npm install -g win-node-env
```

**ALL:**

```shell
~/primereact/ $ npm run build:lib:dev
```
Expand Down

0 comments on commit 29be6c7

Please sign in to comment.