Open Source event scheduling software for conventions
Find a file
Hornwitser 9592cd3160 Name the application Owltide
The name is inspired by the watchful owl perching from the tree tops
with complete overview of all that's going on combined with -tide in
the sense it's used for in words like summertide and eastertide.
2025-07-01 18:41:24 +02:00
.forgejo/workflows License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.vscode Group .license files in VsCode explorer 2025-06-30 19:29:36 +02:00
assets License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
components License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
composables License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
LICENSES License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
middleware License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
pages Name the application Owltide 2025-07-01 18:41:24 +02:00
plugins License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
public License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
server License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
shared License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
stores License under AGPL version 3 or later 2025-06-30 18:58:24 +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 License under AGPL version 3 or later 2025-06-30 18:58:24 +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 License under AGPL version 3 or later 2025-06-30 18:58:24 +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 Name the application Owltide 2025-07-01 18:41:24 +02:00
package.json License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
package.json.license License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
pnpm-lock.yaml Add vue-tsc for running TypeScript typechecks 2025-06-18 01:02:58 +02:00
pnpm-lock.yaml.license License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
README.md Name the application Owltide 2025-07-01 18:41:24 +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

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