Skip to main content

Prerequisites

  1. Python Environment
  2. Node.js and npm (for web UI)
    • Install from nodejs.org
    • Required for web frontend development
  3. Browser Requirements

Installation

  1. Clone Repository
  2. Install Dependencies

Development Server

Just run blastai serve.

Configuration

Create a development config file:

Testing

Debugging

  1. Backend Debugging
  2. Frontend Debugging
    • Use browser dev tools
    • Check browser console
    • Monitor network requests
  3. Browser Debugging

Documentation

Go to the GitHub repo for docs.

Next Steps