···11-# atmo events11+# atmo.rsvp
22+33+events for the open social web, built on atproto.
44+55+https://atmo.rsvp
66+77+uses `community.lexicon.calendar.event` and `community.lexicon.calendar.rsvp`.
88+99+features:
1010+- event creation
1111+- rsvp to events
1212+- add your events to any ical compatible calendar
1313+(go to calendar/ when signed in and click "Add to your calendar")
1414+- post your events/rsvps to bluesky or anywhere else with nice open-graph images
1515+1616+## development
1717+1818+clone repo
1919+2020+```
2121+pnpm install
2222+```
2323+2424+set remote to false in `wrangler.jsonc` L22:
2525+2626+```
2727+"remote": false
2828+```
2929+3030+optionally if you want all current events to be displayed run this: (will take a few minutes)
3131+3232+```
3333+pnpm run sync
3434+```
3535+3636+start dev server:
3737+3838+```
3939+pnpm run dev
4040+```
4141+4242+## contributing
4343+4444+open for contributions by all :)
4545+