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