Skip to content

clue-labs/website

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • CSS 38.2%
  • Twig 28.2%
  • PHP 25.5%
  • JavaScript 8.1%