Skip to content

Commit 4459939

Browse files
Merge pull request #37 from RohanAdwankar/frontend-revamp
Frontend revamp
2 parents 9993ba5 + d195ee8 commit 4459939

File tree

7 files changed

+2004
-1010
lines changed

7 files changed

+2004
-1010
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
2-
https://github.com/user-attachments/assets/de5222bb-9b65-43cf-a35b-5613d06343e8
1+
<table>
2+
<tr>
3+
<td width="50%">
4+
<video src="https://github.com/user-attachments/assets/de5222bb-9b65-43cf-a35b-5613d06343e8"></video>
5+
</td>
6+
<td width="50%">
7+
<video src="https://github.com/user-attachments/assets/20f7c60a-0369-41d7-bb36-af8b347bc889"></video>
8+
</td>
9+
</tr>
10+
</table>
311

412
## Overview
513

@@ -21,23 +29,21 @@ The reason I started this project was I used Mermaid a lot in the past when maki
2129
cargo install oxdraw
2230
```
2331

24-
### Render a diagram from a file
32+
### Render a Diagram from a File
2533

2634
```bash
2735
oxdraw --input flow.mmd
2836
```
2937

30-
### Launch the interactive editor
38+
### Launch the Interactive Editor
3139

3240
```bash
3341
oxdraw --input flow.mmd --edit
3442
```
3543

36-
### Have AI generate a codemap for the repo you're in
44+
### Have AI Generate a Codemap
3745
This will also launch the interactive viewer mapping the nodes to files in the repo. You can refer to [ai.md](docs/ai.md) for free resources on setting up AI access
3846

39-
https://github.com/user-attachments/assets/49891bec-7bcd-4af4-a357-d59708bb1812
40-
4147
```bash
4248
oxdraw --code-map ./ --gemini YOUR_API_KEY
4349
# or if you don't have AI access set up, you can use this simple static analysis based code map generator to get an idea of the feature:

0 commit comments

Comments
 (0)