Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

documentation

Boundless Documentation

Welcome to the Boundless documentation.

Contents

Prerequisites

Getting Started

  1. Clone the repository
git clone https://github.com/boundless-xyz/boundless.git
  1. Install dependencies
bun install
  1. Start the development server
bun run dev
  1. Open your browser and navigate to http://localhost:5173

Contributing

  1. Create your feature branch
  2. Submit a pull request with your changes