https://github.com/akashahmad/componentia
🔥 UI Library
https://github.com/akashahmad/componentia
client-components components-library design nextjs nextjs13 react shared-components ui-components
Last synced: 27 days ago
JSON representation
🔥 UI Library
- Host: GitHub
- URL: https://github.com/akashahmad/componentia
- Owner: akashahmad
- License: mit
- Created: 2023-11-28T16:31:55.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-21T02:42:05.000Z (over 2 years ago)
- Last Synced: 2026-03-15T06:31:57.155Z (3 months ago)
- Topics: client-components, components-library, design, nextjs, nextjs13, react, shared-components, ui-components
- Language: TypeScript
- Homepage: https://componentia.netlify.app
- Size: 1.78 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Componentia

This Project uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
## Development
**Prerequisites:** Node.js (see version specified in `.nvmrc`), Yarn v3+ (see version specified in `.yarnrc`)
### One-time setup
First, ensure you have [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) (Node Version Manager) installed.
After cloning this repo, run:
- `nvm install` to install the required [node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) version.
- `nvm use` to use the required Node version for development.
- `yarn install` to install the dependencies.
- `yarn postinstall` to setup [husky](https://typicode.github.io/husky/) and [lint-staged](https://www.npmjs.com/package/lint-staged).
- `yarn start` to start storybook and watch the output while you are developing.