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.
74 lines
1.2 KiB
74 lines
1.2 KiB
# ○
|
|
|
|
Official repository for [The 01 Project](https://twitter.com/hellokillian/status/1745875973583896950).
|
|
|
|
<br>
|
|
|
|
> **13** days remaining until launch
|
|
|
|
### [Tasks ↗](https://github.com/KillianLucas/01/blob/main/TASKS.md)
|
|
|
|
<br>
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
# MacOS
|
|
brew install portaudio ffmpeg
|
|
|
|
# Ubuntu
|
|
sudo apt-get install portaudio19-dev libav-tools
|
|
```
|
|
|
|
```bash
|
|
python -m pip install -r requirements.txt
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
cd OS/01
|
|
```
|
|
|
|
```bash
|
|
bash start.sh
|
|
```
|
|
|
|
<br>
|
|
|
|
## Background
|
|
|
|
### [Context ↗](https://github.com/KillianLucas/01/blob/main/CONTEXT.md)
|
|
|
|
The story of devices that came before the 01.
|
|
|
|
### [Inspiration ↗](https://github.com/KillianLucas/01/tree/main/INSPIRATION.md)
|
|
|
|
Things we want to steal great ideas from.
|
|
|
|
<br>
|
|
|
|
## Direction
|
|
|
|
### [Goals ↗](https://github.com/KillianLucas/01/blob/main/GOALS.md)
|
|
|
|
What we're going to do.
|
|
|
|
### [Use Cases ↗](https://github.com/KillianLucas/01/blob/main/USE_CASES.md)
|
|
|
|
What the 01 will be able to do.
|
|
|
|
<br>
|
|
|
|
## Project Management
|
|
|
|
### [Tasks ↗](https://github.com/KillianLucas/01/blob/main/TASKS.md)
|
|
|
|
Our master task list.
|
|
|
|
### [Teams ↗](https://github.com/KillianLucas/01/blob/main/TEAMS.md)
|
|
|
|
Our (flexible) teams.
|
|
|
|
<br>
|