xcillik- Jakub Čillíkromanaduraciova- Romana Ďuráčiovámichalmikus- Michal Mikuš
- Runtime: Bun
- Language: TypeScript
- Linting: ESLint
- Formatting: Prettier
- Package manager: Bun
- TypeScript
- Linting: ESLint
- Formatting: Prettier
bun installStart local development server:
bun run devBuild for production:
bun run buildDistribution output folder: dist
Folder ./lib is mainly concerned with the library itself.
Folder ./src is for testing the library components.
Link the package locally:
bun linkLink it in any other project to test:
bun link design-systemPrepare and pack for distribution:
bun pm packbun run lint
bun run lint:fix
bun run format:check
bun run format
bun run type:check
bun run checkUse the following prefixes for commit messages:
- Fix: Bug fixes and error corrections
- Feat: New features, feature updates, refactoring
- Misc: Deployment changes, comments, scripts, non-direct fixes
- Doc: Documentation changes
- Review: Small changes during code review
- Tests: Test-related changes
Fix: Resolve protein search query validationFeat: Add 3D protein structure visualizationMisc: Update deployment configurationDoc: Update API documentationReview: Improve error handlingTests: Add unit tests for search functionality
Use descriptive branch names with a prefix of the related issue number:
44-add-header-component- New Header Component related to Issue #4412-documentation-update- Documentation update related to Issue #1233-color-palette-update- Color Palette update related to Issue #33