We welcome community support with both pull requests and reporting bugs. Please don't hesitate to jump in.
Check out the list of outstanding pull requests if there is something you might be interested in. Maybe somebody is trying to fix that stupid bug that bothers you. Review the PR. Do you have any better ideas how to fix this problem? Let us know.
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests, but please respect the following restrictions:
- Please do not use the issue tracker for personal support requests.
- Please do not open issues or pull requests regarding the code in React or Docusaurus (open them in their respective repositories).
To install arcana-ui:
- npm install
To check whether your component is usable for other projects:
- cd example && npm install && npm start
To run storybook:
- npm run storybook
To run all tests:
- npm test