Before getting started, it is important to have a basic understanding of how to contribute to open-source. The main question to answer here is: "If I don't have write permissions to this repository, how do I contribute?"
With the assumption that you are new to the project and do not have write permissions to this repository, you will need to make a copy of it which is your own by forking it. This can be done by clicking the "Fork" button in the top right of the repository homepage.
Github's official documentation: Fork a repository
Next simply git clone into your local machine using
Github's official documentation: Cloning a repository
- Confirm you have Node version
22.12.0and NPM version10.2.3installed and active npm cifrom the root directory of the projectnpm run buildto run project buildnpm run devto run local Storybook
npm run buildnpm pack- Set up an external next, vite, etc react app else where and install the package into the project
3a.
npm install /path/to/gee-ui-react-[current-version-number].tgz - Follow steps in installation guide
- Import and test your changes