Skip to content

Commit

Permalink
docs(readme): NodeJS version support info (#1986)
Browse files Browse the repository at this point in the history
* docs(readme): NodeJS version support info
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
SgtPooki authored Jul 24, 2022
1 parent a9e661b commit 829450d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ With a supported Node.js version: [![](https://byob.yarr.is/ipfs/ipfs-webui/node
> npm install
```

#### A Note on NodeJS support
We aim to support ipfs-webui development and build with "Current" and "Active LTS" Nodejs versions.

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 829450d

Please sign in to comment.