git clone git@github.com:TomasVotruba/friendsofphp.org.git # use your fork to contribute
cd friendsofphp.org
composer install- Copy
.envto.env.local - Add your Meetup.com API keys:
# .env.local
MEETUP_COM_OAUTH_KEY=...
MEETUP_COM_OAUTH_SECRET=...- Update Meetup Data
bin/console import- Run Local Server
bin/console server:runYou'll find new or updated files in /config/_data/ directory.
Do you want to get all groups and meetups? There you are:
Happy coding... with friends!
