lukasvrany / pehapkari.cz

Website of Czech and Slovak PHP Community

Home Page:https://pehapkari.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pehapkari.cz - Statie based web

Build Status Code Coverage

Install

composer create-project pehapkari/website pehapkari.cz @dev

To enabled live reload after any change, we need one more thing - gulp:

npm install -g gulp gulp-watch

Run the website

Now all you gotta do it move to the directory and run the gulp (see gulpfile.js for more details):

cd pehapkari.cz
composer update
npm install
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.

About

Website of Czech and Slovak PHP Community

https://pehapkari.cz


Languages

Language:HTML 63.7%Language:PHP 25.0%Language:JavaScript 6.0%Language:CSS 5.3%Language:Shell 0.0%