⚡️ ConfPad
How to add a conference
- Fork the project
- Create a conference config file
data/conferences/yyyy/yyyy-mm-dd-<slugified-conference-name>.yaml
- Create a pull request
For a more detailed description see CONTRIBUTING.MD.
Development
Dependencies: Docker, Docker Compose
Develop
# Run project on localhost:8080
make develop
Tests
# Test all files
make test
# Test a single file
make test-single TESTFILE=2018-06-02-jsconf-eu-2018.yaml