@linguala/ui-components
v2.0.0-beta.4
Published
Component library for Linguala
Downloads
20
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.git
cd 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 storybook
by itselfnpm test
to just run tests once (ornpm run test
)npm run test:watch
to rerun tests on changed files
contribute
- Read CONTRIBUTING.md