https://github.com/tinyplex/tinybase-landscape-data
https://github.com/tinyplex/tinybase-landscape-data
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinyplex/tinybase-landscape-data
- Owner: tinyplex
- Created: 2025-04-18T20:58:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T20:41:24.000Z (8 months ago)
- Last Synced: 2025-06-28T06:36:23.414Z (7 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landscape-data-template
Template for a local-first landscape technology data repo.
## How to use this template
1. Fork this repo and clone your forked repo.
2. If there's already sample data for your technology, head over to the [temporary-technology-info](https://github.com/localfirstfm/local-first-landscape/tree/main/temporary-technology-info) folder and copy the `data.js` file to your repo.
3. If there's no sample data, just start filling things out in `data.js`.
4. Run `npm install` to install the schema dependency. In your IDE, you should now get type safety for the data you're adding.
## How to preview my `data.js`?
Go to the Local-first Landscape staging server. (ask Johannes or Jess for access)
You can drag & drop it on this drop zone to preview it:

## How to add my project to the hosted landscape page?
1. Add your data repo to this [repos.ts file](https://github.com/localfirstfm/local-first-landscape/edit/main/landscape-fetch-content/src/repos.ts) by forking the [local-first-landscape](https://github.com/localfirstfm/local-first-landscape) repo and creating a pull request.
2. The landscape project maintainers will review your pull request and merge it if everything looks good.
## Resources
- Examples for different technologies: [temporary-technology-info](https://github.com/localfirstfm/local-first-landscape/tree/main/temporary-technology-info)
- Schema: [landscape-schema](https://github.com/localfirstfm/local-first-landscape/blob/main/landscape-schema/src/schema.ts)