Skip to content

chefexperte/TaCoStage

Repository files navigation

TaCoStage

The website to submit entries for talks and workshops at TaCoS 2026.

This page is, of course, built with SvelteKit.

TaCoStage screenshot 1

TaCoStage screenshot 2

TaCoStage screenshot 3

Running locally

To install dependencies and run the app locally:

pnpm install
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev --open

Building

To run this app in production mode, you need to build it first:

pnpm run build

You can preview the production build with pnpm run preview.

Database

This project uses a PostgreSQL database. As always, use a strong password.

Generate one using openssl rand -base64 32.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published