You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
title: "Run"
|
|
description: "Run your 01"
|
|
---
|
|
|
|
<Info> Make sure that you have navigated to the `software` directory. </Info>
|
|
|
|
To run the server and the client:
|
|
|
|
```bash
|
|
poetry run 01
|
|
```
|
|
|
|
To run the 01 server:
|
|
|
|
```bash
|
|
poetry run 01 --server
|
|
```
|