Modern useful #nette addons portal.
- PHP >= 5.6.0
- Nette packages
- PHP + Composer
- Nginx
- MariaDB/MySQL
- Docker
This portal run in Docker container(s). You can see configurations in docker branch.
- Clone this repo (
git@github.com:componette/componette.com.git
) - Rename
app/config/config.local.sample
toconfig.local.neon
and fill parameters - Create database and setup tables (and fixtures)
- Run
composer install
- Run
npm install
- Run
gulp deploy
For developing you can use gulp watch
, it's monitor every CSS and JS files in www/assets
.