owltide/README.md
Hornwitser 4e6468adac
All checks were successful
/ build (push) Successful in 1m42s
/ deploy (push) Successful in 16s
Move the mascot above the title in README.md
2025-07-01 19:51:28 +02:00

728 B

The face of a white short-eared owl staring at you and serving as the mascot for owltide.

Owltide

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):

pnpm build
pnpm preview