Website for Microformats PHP parser https://php.microformats.io
Deployment
All commits to the main branch get auto-deployed to the live website (running on Heroku)
Requirements
- PHP
Installation
Clone the repo:
git clone https://github.com/indieweb/microformats-php-parser-website.git
cd microformats-php-parser-website
Install the dependencies:
composer install
Start the server:
TODO
Open the site in your browser:
TODO
open http://localhost:3000
Authors
- Aaron Parecki / @aaronpk
Contributions
- Fork it
- Get it running (see Installation above)
- Create your feature branch (
git checkout -b my-new-feature) - Write your code and specs
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
If you find bugs, have feature requests or questions, please file an issue.
License
Microformats PHP Parser Website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.