@linguala/ui-components
v2.0.0-beta.4
Published
Component library for Linguala
Readme
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://[email protected]:1022/linguala/ui-components.gitcd ui-components/nvm use#uses the node version defined in .nvmrcnpm 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 storybookby itselfnpm testto just run tests once (ornpm run test)npm run test:watchto rerun tests on changed files
contribute
- Read CONTRIBUTING.md
