- Make a fork of this repository and clone it to your computer.
- Install Yarn, a package manager.
- Navigate to the root directory of this project and run
yarn
to install all the dependencies. This might take a while. - Run
yarn global add @vue/cli
which installs another dependency. - Run
yarn run serve
which will start the development server. To exit, enterCtrl+C
in the console.