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 [email protected]: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