15 lines
397 B
Markdown
15 lines
397 B
Markdown
# Depell
|
|
|
|
Depell is a website that allows users to import/post/run hblang code and create huge dependency graphs. Its currently hosted at https://depell.mlokis.tech.
|
|
|
|
## Local Development
|
|
|
|
Prerequirements:
|
|
- rust nigthly toolchain: install rust from [here](https://www.rust-lang.org/tools/install)
|
|
|
|
```bash
|
|
rustup default nightly
|
|
cargo xtask watch-depell-debug
|
|
# browser http://localhost:8080
|
|
```
|