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.
- Host: GitHub
- URL: https://github.com/heedrox/escape-blackout
- Owner: heedrox
- Created: 2021-04-01T15:53:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T16:35:52.000Z (about 5 years ago)
- Last Synced: 2025-03-11T02:33:32.314Z (over 1 year ago)
- Topics: tdd, vuejs
- Language: JavaScript
- Homepage: https://twitch.tv/itortv
- Size: 4.66 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).