You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1001 B
1001 B
install
# npm
$ echo @kay:registry=https://code.juke.fr/api/packages/kay/npm/ >> .npmrc
$ npm install @kay/komponents
# yarn
echo \"@kay:registry\" \"https://code.juke.fr/api/packages/kay/npm/\" >> .yarnrc
$ yarn add @kay/komponents
usage
demo
the latest "automatic" (me copying over sftp manually) storybook is always on juke.fr/komponents/
test suite
playwright is used for testing
$ yarn test:setup # only needed once to download the browsers
$ yarn test
playwright is cool because it gives you traces with screenshots you can go through step by step so yeah
tested upgrade
the test suite can be used with npm-check-updates to mass upgrade the node modules and make sure stuff still (at least somewhat) works
$ yarn tested-upgrade
it will upgrade all the packages then run the test and do them one by one incrementally if that fails and not do any of the ones that makes the tests fail