Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 2.37 KB

File metadata and controls

89 lines (69 loc) · 2.37 KB

Echo Documentation

Welcome to the Echo Bot documentation. This guide covers everything you need to know about setting up, configuring, and using Echo.

Table of Contents

Quick Start

  1. Clone the repository
  2. Install dependencies with bun install
  3. Set up your environment variables (see Setup Guide)
  4. Run database migrations with bunx prisma migrate dev
  5. Start the bot with bun start

For detailed information about each aspect of the system, please refer to the relevant documentation sections linked above.

Contributing

If you'd like to contribute to Echo's development:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes
  4. Run tests (bun test)
  5. Commit your changes (git commit -am 'Add new feature')
  6. Push to the branch (git push origin feature/my-feature)
  7. Create a new Pull Request

See the GitHub repository for more information.