Skip to content

Outerbridgeio/OuterbridgePage

Repository files navigation

Outerbridge - Automate Web3 and Web2 applications

Landing page for Outerbridge.

Outerbridge

Outerbridge Screenshot

Setup

  1. Clone the repository

    git clone https://github.com/<your_github_username>/OuterbridgePage.git
    
  2. Go into repository folder

    cd OuterbridgePage
    
  3. Install all dependencies:

    npm install
    
  4. Build all the code:

    npm run build
    
  5. Start the app:

    npm run start
    

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

Development

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

Releases

No releases published

Packages

No packages published