The website to submit entries for talks and workshops at TaCoS 2026.
This page is, of course, built with SvelteKit.
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 --openTo run this app in production mode, you need to build it first:
pnpm run buildYou can preview the production build with pnpm run preview.
This project uses a PostgreSQL database. As always, use a strong password.
Generate one using openssl rand -base64 32.


