Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Create script for easy run live code reload (#136) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Jun 20, 2022
1 parent 567bd81 commit 2f051b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@ If you're a developer willing to contribute, be sure to have installed [Poetry](
poetry run starknet-devnet
```

### Development - Run in debug mode

```text
./scripts/starknet-devnet-debug.sh
```

### Development - Lint

```text
Expand Down
3 changes: 3 additions & 0 deletions scripts/starknet-devnet-debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
FLASK_APP=starknet_devnet.server FLASK_DEBUG=1 flask run --port 5050

0 comments on commit 2f051b1

Please sign in to comment.