Shared react components and user interface utilities for Augno
TODO:
- Add general linting and prettier
- Add documentation
To run the tests, run bun run test.
The process to publish a new vesrion:
- Make the changes in a new branch that you want for the lib and run
bun run version - Make and merge a PR to
mainwith those changes - Wait a couple of minutes for the version pipeline to run
- Look for the new PR created by the github action
- If you want to make another change by going back to step 1
- Merge the PR
- Let the github action run, and you will see a new version number once it has finished
First, install yalc globally with npm install -g yalc.
Now, after any change you just run bun run local-ui to build and publish the changes for you other local repo to use.
In your other repo you will then need to run bun run local-ui to update the dependency on that end.