https://github.com/hackgt/frontend-core
Shared frontend components across React projects
https://github.com/hackgt/frontend-core
component-library hackathon react storybook
Last synced: 2 months ago
JSON representation
Shared frontend components across React projects
- Host: GitHub
- URL: https://github.com/hackgt/frontend-core
- Owner: HackGT
- License: mit
- Created: 2022-06-21T23:17:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T20:13:27.000Z (about 3 years ago)
- Last Synced: 2025-09-05T01:40:05.945Z (10 months ago)
- Topics: component-library, hackathon, react, storybook
- Language: TypeScript
- Homepage: https://frontend.hexlabs.org
- Size: 437 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
HexLab's shared frontend React components built with Chakra UI.
# Getting Started
- Development work happens in the `src/` folder. Use `yarn storybook` to start the storybook development server.
- Use the `.stories.tsx` files to make and edit your changes to update the UI.
# Contributing
Frontend core is shared React components used for all HexLabs frontend projects.
## Release
To release a new version, run `yarn release` and `git push --follow-tags origin master` to push the tags as well. Once the commits are pushed, GitHub Actions will run a workflow to publish a new version to npm.