feat: npm release support (#88)

This commit is contained in:
Adam Uhlíř
2021-04-29 13:43:07 +02:00
committed by GitHub
parent d3da895f03
commit 0fb73f85b4
4 changed files with 259 additions and 1304 deletions
+9 -7
View File
@@ -24,24 +24,26 @@
- [Contribute](#contribute)
- [License](#license)
## Install & build
## Install
```
$ npm install -g @ethersphere/bee-dashboard
$ bee-dashboard
```
## Development
```sh
git clone git@github.com:ethersphere/bee-dashboard.git
cd bee-dashboard
npm ci
npm run build
```
## Serve the Bee Dashboard website
```sh
npm run serve
```
You can now access Bee Dashboard on [http://localhost:5000/](http://localhost:5000/)
You can now access Bee Dashboard on [http://localhost:8080/](http://localhost:8080/)
## Contribute