Skip to content

Commit

Permalink
docs(readme): NodeJS version support info
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Jul 21, 2022
1 parent 136b260 commit 5ab4839
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ With a supported Node.js version: [![](https://byob.yarr.is/ipfs/ipfs-webui/node
> npm install
```

#### A Note on NodeJS support
We will only support *even numbered* nodejs versions that are classified in one of the following release statuses:

* Current (Support = P1)
* Active LTS (Support = P0)
* Maintenance LTS (Support = P2)

See https://nodejs.org/en/about/releases/ for more information about which versions have which release statuses.

## Usage

**When working on the code**, run an ipfs daemon, the local [dev server](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-start), the [unit tests](https://facebook.github.io/jest/), and the [storybook](https://storybook.js.org/) component viewer and see the results of your changes as you save files.
Expand Down

0 comments on commit 5ab4839

Please sign in to comment.