10 lines
429 B
Markdown
10 lines
429 B
Markdown
|
## Development
|
||
|
|
||
|
- Use python >3.6 <3.10 (flask can't deal with 3.10 yet)
|
||
|
- Install poetry
|
||
|
- `./run.sh`
|
||
|
- [MessageOS](https://git.zeus.gent/ZeusWPI/ass_messages) runs in /messages. TODO use submodule. Now the compiled asm is copied over in `static/`.
|
||
|
- Uses [v86](https://github.com/copy/v86): x86 virtualization in your browser (very cool). `libv86.js` and `v86.wasm` are copied from the latest release and served in `static/`
|
||
|
|
||
|
|