Skip to content

Commit

Permalink
feat: npm release support (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Apr 29, 2021
1 parent d3da895 commit 0fb73f8
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 1,304 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 0fb73f8

Please sign in to comment.