This repo contains the source code and documentation powering farrow.
cd farrow-doc
npm installnpm run startThis command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Look at http://localhost:3000/farrow-docs/build/.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Just run npm run build and make a pull request to farrow-js/farrow-docs.