Skip to content
Open

Kk #33

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,18 @@ Here is a pre-start checklist:

## Implementation

** ADD YOUR IMPLEMENTATION DOCUMENTATION HERE **
## Testing

```bash
python main.py
```

Run with Docker
```bash
docker build -t hivebox:0.0.1 .
docker run --rm hivebox:0.0.1
```

Expected output:

HiveBox version: 0.0.1