Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit c9e4333

Browse files
committed
feat: update readme
1 parent 46b5734 commit c9e4333

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ graph TD
4747
[Milestones](https://github.com/developmentseed/labs-375-stac-geoparquet-backend/milestones) are checkpoints and are used to group phases.
4848
Bugs and one-off tasks can live outside of the hierarchy.
4949

50+
## Developing
51+
52+
Get [yarn](https://yarnpkg.com/getting-started/install), then:
53+
54+
```shell
55+
git clone [email protected]:developmentseed/labs-375-stac-geoparquet-backend.git
56+
cd labs-375-stac-geoparquet-backend
57+
scripts/install
58+
```
59+
60+
To lint:
61+
62+
```shell
63+
scripts/lint
64+
```
65+
5066
## Resources
5167

5268
- [Issue 1](https://github.com/developmentseed/labs-375-stac-geoparquet-backend/issues/6)

0 commit comments

Comments
 (0)