Skip to content
Branch: master
Find file History

Latest commit

kurkle Babel loose (#7452)
* Use loose mode for babel
* Add note about loose mode in performance docs
Latest commit 3c02846 Jun 5, 2020

Files

Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
docs Babel loose (#7452) Jun 5, 2020
src Upgrade to Docusaurus alpha.56 (#7432) May 28, 2020
static/img Migrate from GitBook to Docusaurus (#7295) May 5, 2020
README.md Migrate from GitBook to Docusaurus (#7295) May 5, 2020
docusaurus.config.js Update doc samples for changed file name (#7447) May 31, 2020
package-lock.json Upgrade to Docusaurus alpha.56 (#7432) May 28, 2020
package.json Upgrade to Docusaurus alpha.56 (#7432) May 28, 2020
sidebars.js Use full URL for TypeDocs (#7380) May 21, 2020

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm install

Local Development

$ npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

You can’t perform that action at this time.