EmCasa's UI library.
yarn install
.yarn start
. Docz will run atlocalhost:3000
.
This repository has two different deploy jobs:
- Docz
- npm
In order to deploy the documentation website, simply merge your branch to master. The result can be seen on https://ui.emcasa.com.
If you haven't already:
npm install lerna
lerna version [patch/minor/major] --force-publish
Picking a version:
- patch — new props, visual fixes
- minor — non breaking changes, like changing existing props, changes to global default configs, new components
- major — breaking changes
Configure your npm token if you haven't done so already:
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
Check out into the new version's tag using git checkout v[your-new-version]
and run npm run release
.