Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/frankelavsky/braven-quiz
- Owner: frankelavsky
- Created: 2020-01-18T04:12:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:19:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T09:02:54.579Z (over 1 year ago)
- Language: Vue
- Homepage: https://www.ttrpg-personality-quiz.com
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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/).