Skip to content

Commit

Permalink
Enclose in code block?
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Jun 27, 2024
1 parent b61ae1c commit 9daba22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ This project is divided into two main directories: `frontend` for the Next.js ap

### Frontend (Next.js)

```
frontend/
├── src/
│ ├── components/
Expand All @@ -83,18 +84,21 @@ frontend/
│ └── images/
├── package.json
└── next.config.mjs
```

- `components/`: Reusable React components
- `app/`: Next.js pages and routing
- `public/`: Static assets like images

### Backend (FastAPI)

```
backend/
├── api/
│ ├── main.py
│ ├── routes.py
│ └── delirium.py
```

## Contributing

Expand Down

0 comments on commit 9daba22

Please sign in to comment.