Open Source event scheduling software for conventions
Find a file
Hornwitser 345caec57f
All checks were successful
/ build (push) Successful in 1m28s
/ deploy (push) Has been skipped
Run build workflow on tags being pushed
For some reason filtering by tags and braches "is not intended", so run
on everything being pushed for now.
2025-07-09 21:22:31 +02:00
.forgejo/workflows Run build workflow on tags being pushed 2025-07-09 21:22:31 +02:00
.vscode Group .license files in VsCode explorer 2025-06-30 19:29:36 +02:00
assets Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
components Refactor demo login as an authentication method 2025-07-09 18:01:26 +02:00
composables Close event streams for expired sessions 2025-07-08 16:13:46 +02:00
docs Fix AUTH variables missing PUBLIC prefix in docs 2025-07-09 19:26:38 +02:00
LICENSES Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
middleware License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
pages Refactor demo login as an authentication method 2025-07-09 18:01:26 +02:00
plugins License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
public Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
server Set verbatimModuleSyntax for server code 2025-07-09 18:10:42 +02:00
shared Refactor demo login as an authentication method 2025-07-09 18:01:26 +02:00
stores Refactor demo login as an authentication method 2025-07-09 18:01:26 +02:00
tools Fix AUTH variables missing PUBLIC prefix in docs 2025-07-09 19:26:38 +02:00
utils License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.dockerignore License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.editorconfig Fix syntax error in .editorconfig 2025-07-07 22:51:15 +02:00
.gitattributes License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.gitignore License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
app.vue License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
Dockerfile License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
error.vue Add error page for when a session has been taken 2025-07-08 16:13:46 +02:00
generate-keys.mjs License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
index.d.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
nuxt.config.ts Refactor demo login as an authentication method 2025-07-09 18:01:26 +02:00
package.json Update dependencies 2025-07-07 23:40:27 +02:00
package.json.license License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
pnpm-lock.yaml Sync lock file after manual edits 2025-07-09 18:36:19 +02:00
pnpm-lock.yaml.license License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
README.md Move the mascot above the title in README.md 2025-07-01 19:51:28 +02:00
tsconfig.json License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
vitest.config.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00

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