lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Move config.json to config_example.json #149

Closed lostcarpark closed 5 months ago

lostcarpark commented 5 months ago

This change is intended to make it easier to separate configuration changes from the default project configuration.

/src/config.json is no longer stored int the project. Instead, it it replaced by /src/config_example.json. This needs to be copied to /src/config.json before building the project.

Details added to README.