Skip to content

Latest commit

 

History

History
 
 

website

Website

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

Local Development

$ ../scripts/serve-website.sh

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

If you don't care about inline Flow errors in code blocks and try-flow page, you can run the following command instead:

$ yarn install
$ NO_INLINE_FLOW_ERRORS=1 yarn start