Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 894 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 894 Bytes

Public Website WordPress Tech Meetup Berlin

Public website for the WordPress Tech Meetup Berlin.

https://tech.wpmeetup-berlin.de/

Local Installation

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 && /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 assets
  • grunt fast will start the local php server and in addition proxy the requests through browserSync
  • grunt php will only start the local php server

Note

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.