This is a basic statically served flashcard game built with vue.js and vuex. For more detail check out this blog post.
To get started, be sure to have yarn and node installed. Then run the following commands:
$ yarn install
$ yarn serve # to start the development environment$ yarn pushThis will build the application and then add the dist directory to the
gh-pages branch before pushing to Github.