Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

farrow-js/farrow-docs

Repository files navigation

farrow-doc

This repo contains the source code and documentation powering farrow.

Installation

cd farrow-doc
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.

Look at http://localhost:3000/farrow-docs/build/.

Build

npm run build

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

Deployment

Just run npm run build and make a pull request to farrow-js/farrow-docs.