Skip to content

Collect submissions (talks, workshops, ...) for TaCoS

Notifications You must be signed in to change notification settings

tacosConference/TaCoStage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Collect submissions (talks, workshops, ...) for TaCoS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 66.7%
  • TypeScript 27.2%
  • JavaScript 2.9%
  • SCSS 1.4%
  • Dockerfile 1.1%
  • HTML 0.4%
  • Other 0.3%