# 🔊 sonico

🔊 Sonico is a high-performance test runner designed to accelerate your testing workflow with speed and precision.

## Building from Source

1. Clone the repository:

2. Navigate to the project directory:

   ```sh
   cd sonico
   ```

3. Build the project:

   ```sh
   cargo build
   ```

4. Run tests

   ```sh
   cargo test
   ```

5. Run application

   ```sh
   cargo run
   ```