Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

deprecated-packages/pehapkari.cz-old

Repository files navigation

Replaced by new Symfony app - https://github.com/pehapkari/pehapkari.cz

Build Status Code Coverage

How to Run Locally to Contribute

  1. Fork

  2. git clone <your-fork>

  3. 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
  1. Run Website
gulp

And open http://localhost:8000 in your browser.

That's all!

Docker Enabled

Are you using Docker? Here is how to run this project in it.