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

Latest commit

 

History

History
32 lines (20 loc) · 720 Bytes

File metadata and controls

32 lines (20 loc) · 720 Bytes

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.