Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frankelavsky/braven-quiz

This is the code for Braven's Personality Quiz, a 40-question quiz used for determining a player's Personality in Braven. The results can be used by anyone playing any tabletop game who wants to learn more about themselves at the table and in a party. This Personality Quiz is also necessary if someone is making a character in Braven. https://bravengames.wordpress.com/
https://github.com/frankelavsky/braven-quiz

Last synced: 1 day ago
JSON representation

This is the code for Braven's Personality Quiz, a 40-question quiz used for determining a player's Personality in Braven. The results can be used by anyone playing any tabletop game who wants to learn more about themselves at the table and in a party. This Personality Quiz is also necessary if someone is making a character in Braven. https://bravengames.wordpress.com/

Awesome Lists containing this project

README

        

# braven-quiz

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

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

### 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/).