Installation

Prerequisites

  • Bun must be installed.

Steps

  1. Clone the Repository:

        bash
        Copy code
        git clone https://github.com/aragon/gov-app-template.git
        cd gov-app-template
  2. Install Dependencies and Run Dev Server:

        bash
        Copy code
        bun install
        bun dev

    Your development server should now be running locally. Visit the provided URL to see the Governance App Template in action.