Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmberlin/www.osm-verkehrswende.org
Weichen-Seite für Projekte der OSM Verkehrswende Gruppe.
https://github.com/osmberlin/www.osm-verkehrswende.org
Last synced: about 1 month ago
JSON representation
Weichen-Seite für Projekte der OSM Verkehrswende Gruppe.
- Host: GitHub
- URL: https://github.com/osmberlin/www.osm-verkehrswende.org
- Owner: osmberlin
- License: other
- Created: 2022-06-03T10:07:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T14:44:14.000Z (8 months ago)
- Last Synced: 2024-06-11T16:17:15.522Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.osm-verkehrswende.org/
- Size: 26.3 MB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# osm-verkehrswende.org website
osm-verkehrswende.org is a project hub that documents the different activities of the "Verkehrswende" community.
Learn more…
- https://www.osm-verkehrswende.org/
- https://wiki.openstreetmap.org/wiki/Berlin/Verkehrswende
- Join our next meetup## Meetups
We have monthly meetups – usually in German, but we are happy to switch to English. The next meetup will be announced [on our Wiki page](https://wiki.openstreetmap.org/wiki/Berlin/Verkehrswende).
## Development
This project is build with [Astro](https://astro.build/), using `.astro` files whenever possible and Markdown or MDX for blog posts and pages. Dynamic pages like maps are build in React.
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/blog)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/blog/devcontainer.json)### CMS
We use [Keystatic](https://keystatic.com/) to edit some of the content.
- [CMS-Website](https://osm-verkehrswende-keystatic.netlify.app/keystatic) (Can only be used by users that have permissions to this Github repo)
- [Netlify-Backend for the CMS](https://app.netlify.com/sites/osm-verkehrswende-keystatic/overview) (Managed by @tordans)### Add a new project
- Create a new project folder in `/pages`
- Update the project slug in `pages/PROJECT/posts/[...slug].astro`
- Add the project via Keystatic in `src/content/projects/index.json`
- (The project keys will be [extractd automatically](keystatic/scripts/README.md).)