This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_posts/building-the-new-phpsw-website.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

1.7 KiB
Raw Blame History

title date excerpt tags has_tweets
Building the new PHPSW Website 2018-02-28 Earlier this week we had another hack night, working on the new PHPSW user group website.
phpsw
symfony
tailwind-css
true

Earlier this week we had another hack night, working on the new PHPSW user group website.

Hacking away on the new @phpsw website with @DaveLiddament and @kasiazien. pic.twitter.com/kmfjdQSOUq

— Oliver Davies (@opdavies) February 26, 2018

Its built with Symfony so its naturally using Twig for templating. Ive become a big fan of the utility based approach to CSS and Tailwind CSS in particular, so Im using that for all of the styling, and using Webpack Encore to compile all of the assets.

We have an integration with Meetup.com which were using to pull all of our previous event data and store them as JSON files for Symfony to parse and render, which it then uses to generate static HTML to upload onto the server.

Were in the process of populating all of the past data, but look out for a v1 launch soon. In the meantime, feel free to take a peek at our GitHub repository.