Skip to content

creativecommons/chooser

Repository files navigation

cc-chooser

About

Repository containing the source code for the new Creative Commons License Chooser.

This site is built using Vue.js, Bulma, Buefy, and Webpack.

Getting Started

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 dev

You 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).

Running Tests

You can run tests by executing:

$ npm run test