https://github.com/treely/forest-management
React components for forest management
https://github.com/treely/forest-management
component-library forest forest-carbon forest-management
Last synced: 6 months ago
JSON representation
React components for forest management
- Host: GitHub
- URL: https://github.com/treely/forest-management
- Owner: treely
- License: mit
- Created: 2023-09-15T07:36:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T16:02:43.000Z (6 months ago)
- Last Synced: 2026-01-14T19:17:41.254Z (6 months ago)
- Topics: component-library, forest, forest-carbon, forest-management
- Language: TypeScript
- Homepage: https://tree.ly
- Size: 542 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌲 Tree.ly forest management components
The `@treely/forest-management` module contains components that are used to
calculate key parameters for the management of forests.
## Usage
This module is intended to be used in a Next.js project and should support all
versions of Next.js that are newer than 11.0.0.
It is necessary to wrap the components in the `ForestManagementProvider` component.
Projects that need to support the german language can set the `locale` prop to `de`.
If you are also using `@chakra-ui/react` or `boemly`, make sure to have `ChakraProvider`
or `BoemlyThemeProvider` as a _child_ of `ForestManagementProvider`.
```tsx
```
## Docs
Find the documentation [here](https://forest-management.vercel.app).
## Development
### Install dependencies
```bash
npm install
```
### Run storybook
```bash
npm run storybook
```
### Run tests
```bash
npm test
```
### Run linter
```bash
npm run lint
```