Skip to content

Commit

Permalink
Add running instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Mar 6, 2022
1 parent 0c8baec commit 8f471f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# BrainfuckDebugger

In-browser Debugger/Visualizer for Brainfuck

## Features

* Reverse Debugging
* Breakpoints
* Can choose arbitrary widths for cells (8-bit, 1-bit, 57-bit)
* Multiple Themes
* Vim/Emacs emulation (via CodeMirror)
* Syntax highlighting (via CodeMirror)

## Running Locally

```bash
$ npm install
...
$ python3 -m http.server 8000
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
```

## License

MIT

0 comments on commit 8f471f0

Please sign in to comment.