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.
- Host: GitHub
- URL: https://github.com/wp-berlin/tech-website
- Owner: wp-berlin
- License: gpl-3.0
- Created: 2018-04-03T10:24:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T08:43:37.000Z (over 7 years ago)
- Last Synced: 2025-01-29T08:34:07.068Z (8 months ago)
- Topics: wordpress-site, wordpress-theme
- Language: PHP
- Homepage: https://tech.wpmeetup-berlin.de
- Size: 643 KB
- Stars: 5
- Watchers: 3
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.