Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmberlin/www.osm-berlin.org
Projekte der OSM Berlin Community.
https://github.com/osmberlin/www.osm-berlin.org
openstreetmap
Last synced: about 1 month ago
JSON representation
Projekte der OSM Berlin Community.
- Host: GitHub
- URL: https://github.com/osmberlin/www.osm-berlin.org
- Owner: osmberlin
- License: other
- Created: 2024-08-07T05:10:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T03:50:37.000Z (5 months ago)
- Last Synced: 2024-10-14T00:43:51.295Z (2 months ago)
- Topics: openstreetmap
- Language: Astro
- Homepage: https://www.osm-berlin.org/
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# osm-berlin.org website
osm-berlin.org is a project hub that documents the different activities of the OSM Berlin community.
Learn more…
* https://www.osm-berlin.org/
* https://wiki.openstreetmap.org/wiki/Berlin/Stammtisch
* Join our next "Stammtisch"## Stammtisch
We have monthly meetups – usually in German. The next meetup will be announced [on our Wiki page](https://wiki.openstreetmap.org/wiki/Berlin/Stammtisch).
## 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)### Add a new project
- Create a new project folder in `/pages`
- Update the project slug in `pages/PROJECT/posts/[...slug].astro`
- Add the project slug to `content/config.ts`
- Add the project config to `projectConfigs.const.ts`