πΏπ Hyperse is an open-source full-stack development suite that provides front-end components, architecture patterns, and tech solutions. Built with [TypeScript]
Important
This section is for developers who want to contribute to the Hyperse framework, its components, or plugins.
- Node.js (v20 or higher)
- Yarn (v4 or higher)
- Git
-
Fork and clone the repository:
git clone https://github.com/your-username/hyperse-io.git cd hyperse-io
-
Install dependencies:
yarn install
-
Set up your development environment:
yarn setup
-
Create a new branch for your feature or fix:
git checkout -b feature/your-feature-name
-
Make your changes and ensure all tests pass:
yarn test
-
Run the linter to check code quality:
yarn lint
-
Submit a pull request with a clear description of your changes
-
For questions or help, join our community on Discord:
https://discord.com/invite/tj3ahjXXzM