Docs page for Outerbridge.
-
Clone the repository
git clone https://github.com/Outerbridgeio/outerbridge-docs.git
-
Go into repository folder
cd outerbridge-docs
-
Install all dependencies:
yarn install
-
Build all the code:
yarn build
-
Start the app:
yarn start
You can now access the app on http://localhost:3000/
.
For development build, run: yarn dev
. Any changes will reload the app automatically.