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

https://github.com/photon/website

Website of the High Speed PHP Framework
https://github.com/photon/website

Last synced: about 1 year ago
JSON representation

Website of the High Speed PHP Framework

Awesome Lists containing this project

README

          

# Source code of website : www.photon-project.com

The source code is a photon project, ofc !

# Update the website

1. Update the photon project, and test it locally
You can use `make start` to run the project, and see the result on http://127.0.0.1:6767/
2. Commit your change on the branch `master`
3. Update the `gh-pages` with the command `make update`
4. Push both branch on github, the website will be online few minutes after the push