Public website for the WordPress Tech Meetup Berlin.
https://tech.wpmeetup-berlin.de/
If you don't have composer installed, please do this first: https://getcomposer.org/download/
Then install the dependencies and run the setup script composer install --prefer-source && /usr/bin/env php ./vendor/bin/dep --file=setup.php setup
.
If you want to start the local dev server you have three options:
grunt
will start all servers and create and cleanup assetsgrunt fast
will start the local php server and in addition proxy the requests through browserSyncgrunt php
will only start the local php server
Do not commit the database file if you're starting a pull request. The database is only part of the repo, to get you the content of the production website in your dev environment.