npm i
npm run dev
npm run build
import index.css from the package to have the styles enabled
Version convention:
Development: 0.[feature id].[incremental version]
So during development of feature #1234 your versions should look like this: 0.1234.1, 0.1234.2, ...
Production: 1.1.[incremental version]