A sound board for pointing poker humor, written in vue.js.
Alternatively, you can just load up this starter at its corresponding codesandbox url: https://codesandbox.io/s/github/edm00se/pointing-sound-board
git clone
cd pointing-sound-board
npm install
npm run dev
gives you a development server with hot reloadingnpm run build
creates a production ready buildnpm test
runs test suites
Inspired from a raucous round of pointing poker which seemed to need a bit of a follow-up.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 🙂
MIT