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

Commit 90139d9

Browse files
committed
feat: reorganize readme
1 parent c9e4333 commit 90139d9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
We're building a service to search [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet) with a STAC API [query](https://api.stacspec.org/v1.0.0/item-search/).
66

7+
## Developing
8+
9+
Get [yarn](https://yarnpkg.com/getting-started/install), then:
10+
11+
```shell
12+
git clone [email protected]:developmentseed/labs-375-stac-geoparquet-backend.git
13+
cd labs-375-stac-geoparquet-backend
14+
scripts/install
15+
```
16+
17+
To lint:
18+
19+
```shell
20+
scripts/lint
21+
```
22+
723
## Core assumptions
824

925
- Everything we build should either be in this repo or in an already-existing one ... we shouldn't stand up any new repos.
@@ -47,22 +63,6 @@ graph TD
4763
[Milestones](https://github.com/developmentseed/labs-375-stac-geoparquet-backend/milestones) are checkpoints and are used to group phases.
4864
Bugs and one-off tasks can live outside of the hierarchy.
4965

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-
6666
## Resources
6767

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

0 commit comments

Comments
 (0)