Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 383 Bytes

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 [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