2024-10-12 14:25:37 -05:00
|
|
|
# Depell
|
|
|
|
|
2024-10-15 05:46:36 -05:00
|
|
|
Depell is a website that allows users to import/post/run hblang code and create huge dependency graphs.
|
2024-10-12 14:25:37 -05:00
|
|
|
|
|
|
|
## Local Development
|
|
|
|
|
2024-10-15 05:46:36 -05:00
|
|
|
Prerequirements:
|
|
|
|
- rust nigthly toolchain: install rust from [here](https://www.rust-lang.org/tools/install)
|
|
|
|
|
2024-10-12 14:25:37 -05:00
|
|
|
```bash
|
2024-10-15 05:46:36 -05:00
|
|
|
rustup default nightly
|
2024-10-13 05:25:12 -05:00
|
|
|
cargo xtask watch-depell-debug
|
2024-10-12 14:25:37 -05:00
|
|
|
# browser http://localhost:8080
|
|
|
|
```
|