ui-components
All public linguala components that can be published on npm
playground
develop
requirements
- git & setup ssh-key
- npm & node (recommended to be installed with nvm)
initial setup
- get a gitlab account on gitlab.linguala.com
git clone ssh://git@gitlab.linguala.com:1022/linguala/ui-components.git
cd ui-components/
-
nvm use
#uses the node version defined in .nvmrc -
npm i
#installs all dependencies
start developing
-
npm run dev
#starts storybook & runs all tests in the background - your browser should open http://localhost:9001 where storybook is started
alternatively you can run
-
npm run storybook
by itself -
npm test
to just run tests once (ornpm run test
) -
npm run test:watch
to rerun tests on changed files
contribute
- Read CONTRIBUTING.md