Install the css design system from npm into your project, you can run the following command:
npm i --save @mattilsynet/designsystem-css
You can run the following command to build the scss into css files, and deploy package to npm:
npm run build
npm publish