Replaced by new Symfony app - https://github.com/pehapkari/pehapkari.cz
-
Fork
-
git clone <your-fork>
-
Install dependencies
This project requires a gulp library installed globally. If you don't have it install it with this command:
npm install --global gulp-cli
cd pehapkari.cz
composer update
npm install
- Run Website
gulp
And open http://localhost:8000 in your browser.
That's all!
Are you using Docker? Here is how to run this project in it.