This repository is used to create custom components that can be used in multiple projects.
To make sure that you can build in this project, you'll need to build node modules. This can be achieved by using the following command:
npm install
When making an component you'll need to test it, this is to make sure that the new component works as intended. In this project there is a feature build in, this feature is called a dev-server. Inside the project files you can see there is a directory called "dev". In this folder you can setup your component and test it inside the browser. To start this dev-server you can call the command:
npm run serve