Skip to content

Commit

Permalink
Docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 committed Dec 17, 2024
1 parent 65d79cf commit 9cbb3dd
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,27 @@ This project sets up a Flask web application that serves an HTML preview generat
## Project Structure

```
.
├── assets
│ ├── edukai-5.0.ttf
│ └── Iansui-Regular.ttf
NTUT-NPC/AoA
├── build
│ └── app.py
├── compose.yml
├── Dockerfile
├── docs
│ ├── aoa.md
│ ├── assets
│ │ ├── edukai-5.0.ttf
│ │ └── Iansui-Regular.ttf
│ ├── CNAME
│ └── index.html
├── licenses
│ ├── OFL.txt
│ └── README.md
├── .git
├── .github
│ └── workflows
│ └── markdown-to-html.yml
├── .gitignore
├── LICENSE
│ ├── GPL-3.0.txt
│ └── OFL.txt
├── LICENSE.md
└── README.md
```

Expand Down

0 comments on commit 9cbb3dd

Please sign in to comment.