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: "Development"
|
|
description: "How to work on 01OS"
|
|
---
|
|
|
|
## Setup for development:
|
|
|
|
```bash
|
|
# Clone the repo, cd into the 01OS directory
|
|
git clone https://github.com/KillianLucas/01.git
|
|
cd 01OS
|
|
|
|
# Install dependencies, run the commands above
|
|
poetry install
|
|
poetry run 01
|
|
```
|