Cryptoparty webpresentation and CMS based on Nette framework.
- use composer to fetch backend libs:
composer install - prepare DB by
app/model/createDB.sql - customize
app/config/config.local.neon(configure your DB connection)
For libs update just run:
composer update