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.

Admin login

pnpm run db:admin <email>

This creates an admin user and generates a password. Login at /login to accept or reject a contribution.

About

A simple platform where participants at TaCoS can register their contributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors