An open API service indexing awesome lists of open source software.

https://github.com/wp-berlin/tech-website

The official repository of the WordPress Tech Meetup Berlin website.
https://github.com/wp-berlin/tech-website

wordpress-site wordpress-theme

Last synced: 8 months ago
JSON representation

The official repository of the WordPress Tech Meetup Berlin website.

Awesome Lists containing this project

README

          

# 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](https://browsersync.io/)
* `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.