forked from AbleOS/holey-bytes
11 lines
205 B
Markdown
11 lines
205 B
Markdown
|
# Depell
|
||
|
|
||
|
Depell is a website that allows users to import/post/run hblang code and create huge dependency graphs
|
||
|
|
||
|
## Local Development
|
||
|
|
||
|
```bash
|
||
|
cargo xtask watch-depell
|
||
|
# browser http://localhost:8080
|
||
|
```
|