Skip to content

Latest commit

 

History

History
 
 

README.md

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