https://github.com/gadomski/heystac-frontend
[WIP] A curated geospatial asset discovery experience™
https://github.com/gadomski/heystac-frontend
geospatial stac
Last synced: 4 months ago
JSON representation
[WIP] A curated geospatial asset discovery experience™
- Host: GitHub
- URL: https://github.com/gadomski/heystac-frontend
- Owner: gadomski
- License: mit
- Created: 2024-09-11T12:34:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:23:30.000Z (about 1 year ago)
- Last Synced: 2026-03-28T18:07:38.644Z (4 months ago)
- Topics: geospatial, stac
- Language: TypeScript
- Homepage: https://www.gadom.ski/heystac-frontend/
- Size: 2.54 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# heystac
[](https://github.com/gadomski/heystac-frontend/actions/workflows/ci.yaml)
[](https://github.com/gadomski/heystac-frontend/actions/workflows/pages.yaml)
> [!WARNING]
> is a Proof-of-Concept and not intended to be used as a Real Website™ (yet).
A curated geospatial asset discovery experience™.
**heystac** lives on [Github Pages](https://github.com/gadomski/heystac/deployments/github-pages) and has no other infrastructure.

## Developing
Get [yarn](https://yarnpkg.com/) and [uv](https://docs.astral.sh/uv/getting-started/installation/).
Then:
```shell
scripts/setup
```
To start the development server:
```shell
scripts/start
```
To run all tests:
```shell
scripts/test
```
To run all linters and format checkers:
```shell
scripts/lint
```
## License
MIT