Repository containing the source code for the new Creative Commons License Chooser.
This site is built using Vue.js, Bulma, Buefy, and Webpack.
Run the following commands in order to have the code up and running on your machine:
# installs dependencies
$ npm install
# Builds and serves assets with hot-reload
$ npm run devYou should now have the application running and accessible at http://localhost:8080 (note: will run on a different port if 8080 is occupied, most common alternative port is 8081).
You can run tests by executing:
$ npm run test(note: tests are not written yet, but it's in the works. If you want to help out, check out issue #25 and say that you're interested in helping out.)