Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitbravo/wagergame

Wagergames
https://github.com/bitbravo/wagergame

bootstrap google-chat nodejs vuejs vuetify vuex

Last synced: 5 days ago
JSON representation

Wagergames

Awesome Lists containing this project

README

        

# wagergames

![screen](src/assets/screen.png)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Lints and fixes files
```
yarn run lint

**IF ENCOUNTERING ERRORS**

First,

npm un node-sass
// or
yarn remove node-sass
Then,

npm i node-sass --save-dev
// or
yarn add node-sass --dev

THEN
npm install

```