Source code of reactphp.org.
-
Copy
.env.dist
to.env
and add a personal access token to theGITHUB_TOKEN
entry.You don't need to check any of the scopes,
public access
is enough. The build script uses the GitHub API to render markdown files and fetch repository data and using the access token ensures that you don't run into API rate limits. -
Install dependencies with
$ composer install
.
The website can be automatically deployed via the Travis CI GitHub Pages Deployment feature.
Make sure, the required environment variables are set in the repository settings
on Travis CI: GITHUB_TOKEN
(a personal access token),
DEPLOY_REPO
, DEPLOY_TARGET_BRANCH
and DEPLOY_FQDN
.
Released under the MIT license.
Note: The logo and the brand name are not MIT licensed. Please check their LICENSE for usage guidelines.