User Interface renderer for Capine.
# install dependencies
$ npm install
# serve with hot reload at {host address}:3501
$ npm run dev
# generate static project
$ npm run generate
# check code style
$ npm run lint
# fix all problems
$ npm run lintfix
# fork repo, make changes, etc.
# ...
# before committing install husky
$ npm run prepare
# add files
$ git add .
# commit
$ git commit -m "fix(components): remove extra indentation in `PaddingGlobal`" -m "Now there is no extra indentation on the x-axis"
# ...
# create PR, waiting for merging, etc.
See more about commit message styling in Commit lint config and Lint PR action for PR title styling.
This repo (CapineOS/ui) is available under the MIT license. See the LICENSE file for more info.