Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
DispatchCommit committed May 19, 2020
1 parent 41386ad commit 8870a70
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,36 @@
# [bitwave.tv]

> An open platform live streaming service for creators to freely express themselves.
![bitwave.tv banner image](/static/images/bitwave-banner.jpg)

## Build Setup
[[bitwave.tv]](https://bitwave.tv) - *an open platform live streaming service for creators to freely express themselves.*

## Dev Setup

``` bash
# install dependencies
$ npm install
$ npm ci

# serve with hot reload at localhost:3000
$ npm run dev
```

## Production Setup

```bash
# install dependencies
$ npm ci

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
---

[![jetbrains logo](/static/images/jetbrains-128.png)](https://www.jetbrains.com/?from=bitwave)

For additional explanation on how things work, checkout:
- [Vue.js](https://vuejs.org/v2/guide/)
- [Nuxt.js](https://nuxtjs.org)
- [Video.js](https://docs.videojs.com/)
- [Vuetify](https://vuetifyjs.com/)
Binary file added static/images/bitwave-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/jetbrains-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8870a70

Please sign in to comment.