# L33t Server

## Configuration

Each project requires a `l33t.json` configuration 

## Usage

### Development Mode

```bash
yarn dev --config projects/gali
```

### Production Mode (docker)

```bash
  docker-compose up --build
```


- `/projects` - Contains individual project configurations
  - `l33t.json` - Project-specific configuration file
  - Task files (`.mts`) - Contains task implementation code

## Requirements

- Node.js
- Yarn package manager
- Appropriate network access for PLC communications
- Valid project configuration files

