The Set.prototype.difference, .intersection, .union and friends are
still relatively new and not supported by a large enough portion of
devices to be safely used. If used on an incompatible device it
results in the whole app becomming inoperable rather than providing a
degraded experience.
Improve compatibility by not using these methods.
Owltide is a free open source event scheduling software for keeping the attendees at events informed about all the things going on. It's currently in early stages of development and not generallly useful.
Development setup
Use pnpm to install dependencies:
pnpm install
Run the development server on http://localhost:3000 with:
pnpm dev
Build and preview the production build with (rarely needed):