Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 637 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 637 Bytes

⚡️ ConfPad

How to add a conference

  1. Fork the project
  2. Create a conference config file data/conferences/yyyy/yyyy-mm-dd-<slugified-conference-name>.yaml
  3. 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