Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Website

Source code of reactphp.org.

Setup

  1. Copy .env.dist to .env and add a personal access token to the GITHUB_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.

  2. Install dependencies with $ composer install.

Auto-Deployment with Travis CI

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.

License

Released under the MIT license.

Note: The logo and the brand name are not MIT licensed. Please check their LICENSE for usage guidelines.

You can’t perform that action at this time.