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
- Host: GitHub
- URL: https://github.com/photon/website
- Owner: photon
- Created: 2014-07-28T07:21:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T16:01:44.000Z (over 11 years ago)
- Last Synced: 2025-02-15T20:49:35.438Z (over 1 year ago)
- Language: CSS
- Homepage: http://www.photon-project.com/
- Size: 328 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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