/pehapkari.cz

Website of Czech and Slovak PHP Community

Primary LanguageHTML

Pehapkari.cz - Web of Czech and Slovak PHP Community

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.