Skip to content

pehapkari/archiv.pehapkari.cz

Repository files navigation

Web of Czech PHP Community

Build Status

We're family of PHP developers from the Czech Republic, learning from each other on meetups and trainings. We meet once a month in Prague, Brno and less often 4 other cities.

Install

# install PHP dependencies
composer install

# install NPM dependencies
yarn install

# build assets + live rebuild
yarn run watch

# final step - run the website
php -S localhost:8000 -t public

Open localhost:8000 to see if it worked!

Run via Docker

docker-compose up

Project is available on localhost:8080 including live rebuild (aka watch).

Production build

Publicly, application is served as static, plaid old and good HTML+CSS.

This command generates static files, into /output directory:

bin/console dump-static-site

It is automatically built and released using CI via Github Actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published