alurkerja-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.575 • Public • Published

Alurkerja UI

Run Locally

Clone the project

  git clone https://gitlab.javan.co.id/alurkerja/alurkerja-ui.git
  cd alurkerja-ui
  yarn install --frozen-lockfile

Start the server

  yarn storybook

Deploy

  yarn build-storybook

Publish & Versioning

to help switching npmjs account use npm-user-switch

build first

  yarn build

Update version patch (0.0.x)

  yarn publish --patch

Update version minor (0.x.0)

  yarn publish --minor

Update version major (x.0.0)

  yarn publish --major

Update version patch (0.0.x) for Nextjs (

  # work on branch develop first than merge to develop-next
  git checkout develop-next
  git merge develop
  yarn build
  yarn publish --patch --tag next

Working with issue

  1. open Issue Alurkerja-ui
  2. klik the issue
  3. klik dropdown button and select Create Branch fill the source with develop to create new branch from develop
  4. working on that branch, when finish MR to develop

Merge Request

  1. before commit please run yarn prettier first to make sure all file formated correctly

Readme

Keywords

none

Package Sidebar

Install

npm i alurkerja-ui

Weekly Downloads

969

Version

0.0.575

License

MIT

Unpacked Size

3.08 MB

Total Files

217

Last publish

Collaborators

  • theakistea