Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 648 Bytes

File metadata and controls

38 lines (28 loc) · 648 Bytes

Outerbridge - Automate Web3 and Web2 applications

Docs page for Outerbridge.

Outerbridge

Outerbridge Screenshot

Setup

  1. Clone the repository

    git clone https://github.com/Outerbridgeio/outerbridge-docs.git
    
  2. Go into repository folder

    cd outerbridge-docs
    
  3. Install all dependencies:

    yarn install
    
  4. Build all the code:

    yarn build
    
  5. Start the app:

    yarn start
    

You can now access the app on http://localhost:3000/.

Development

For development build, run: yarn dev. Any changes will reload the app automatically.