2025-07-01 18:41:24 +02:00
<!--
SPDX-FileCopyrightText: © 2025 Hornwitser < code @hornwitser .no >
SPDX-License-Identifier: AGPL-3.0-or-later
-->
2025-07-01 19:08:21 +02:00

2025-07-01 19:51:28 +02:00
# Owltide
2025-07-01 18:41:24 +02:00
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.
2025-03-01 16:52:23 +01:00
2025-07-01 18:41:24 +02:00
## Development setup
2025-03-01 16:52:23 +01:00
2025-07-01 18:41:24 +02:00
Use pnpm to install dependencies:
2025-03-01 16:52:23 +01:00
2025-07-01 18:41:24 +02:00
```bash
2025-03-01 16:52:23 +01:00
pnpm install
```
2025-07-01 18:41:24 +02:00
Run the development server on `http://localhost:3000` with:
2025-03-01 16:52:23 +01:00
```bash
pnpm dev
```
2025-07-01 18:41:24 +02:00
Build and preview the production build with (rarely needed):
2025-03-01 16:52:23 +01:00
```bash
pnpm build
pnpm preview
```