This website is built using Docusaurus 3, a modern static website generator.
$ yarn install
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
You can also use one of the 2 configured Dev Containers:
- Static Site Dev Container: Lightweight container to preview a production Docusaurus build (
build/), like it would be hosted on GitHub Pages. This requires that you first runyarn buildlocally to generate the static content. - Live Preview Dev Container: Container that runs Docusaurus in live mode with hot-reloading for local development.
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
HHVM and Hack User Documentation is BSD licensed, as found in the LICENSE file.