/c3t-drop

Primary LanguageTypeScript

c3t-drop

This is a web app that the c3lingo crew uses to collect slides and other material from speakers at Chaos events.

Setup

# Clone this repository
git clone git@github.com:c3lingo/c3t-drop.git
cd c3t-drop

# Download half the internet
yarn install

# Copy the example configuration file
cp config.example.ts config.ts

# Run
yarn start