Check that you have recent versions of node and yarn. You can install yarn with npm (that comes with the installtion of node).
To install the necessary dependencies, run:
yarn install
For development environment test, run:
yarn run serve
For production environment compilation, run:
yarn run build