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

https://github.com/heedrox/escape-blackout

A turn-based escape room experience. Streaming the development on twitch.
https://github.com/heedrox/escape-blackout

tdd vuejs

Last synced: about 2 months ago
JSON representation

A turn-based escape room experience. Streaming the development on twitch.

Awesome Lists containing this project

README

          

# Escape From the Blackout

A turn-based escape room experience.

A sudden blackout has left the world in darkness.
You are the only hope of humanity, as you have access
to a remote server. Soon you realize that you are not alone.
Can you both turn the power back on, and save the world?

## Project setup
```
npm install
```

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

### Tests
```
npm run test
npm run tdd
```

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

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).