This is a web app that the c3lingo crew uses to collect slides and other material from speakers at Chaos events.
# 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