Skip to content

ReflowOS Architecture and Manual for Distributed Network Setup and Maintenance

Notifications You must be signed in to change notification settings

dyne/reflow-docs

Repository files navigation

ReflowOS-manual

ReflowOS Architecture and Manual for Distributed Network Setup and Maintenance

Install build tools

This project uses docusaurus.

Building requires NPM and Yarn installed.

Then install all dependencies: cd website && yarn

Build instructions

Build using cd website && yarn build.

Results found in website/build/ReflowOS

Run local copy

Run using yarn run start

##Deploy

For deploy use make which will put results in the gh-pages branch.