Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
/ ui Public archive

User Interface renderer for Capine

License

Notifications You must be signed in to change notification settings

CapineOS/ui

Repository files navigation

Capine UI

User Interface renderer for Capine.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at {host address}:3501
$ npm run dev

# generate static project
$ npm run generate

Lint code

# check code style
$ npm run lint

# fix all problems
$ npm run lintfix

Contribute

# 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.

License

This repo (CapineOS/ui) is available under the MIT license. See the LICENSE file for more info.