Skip to content

Commit

Permalink
Chore: Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 authored Dec 18, 2024
1 parent 78591f1 commit e03172c
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ If you would like to contribute, please follow these steps:

This project sets up a Flask web application that serves an HTML preview generated from a Markdown file. The application is containerized using Docker and orchestrated with Docker Compose.

## Project Structure

```
.
├── assets
│ ├── edukai-5.0.ttf
│ └── Iansui-Regular.ttf
├── build
│ └── app.py
├── compose.yml
├── Dockerfile
├── docs
│ ├── aoa.md
│ ├── CNAME
│ └── index.html
├── licenses
│ ├── OFL.txt
│ └── README.md
└── README.md
```

## Prerequisites

Before you begin, ensure you have the following installed on your machine:
Expand Down Expand Up @@ -89,9 +68,9 @@ To stop the application, you can press `Ctrl+C` in the terminal where Docker Com

## License

Please see [licenses](https://github.com/NTUT-NPC/AoA/tree/main/licenses).
Please see [LICENSE.md](LICENSE.md)

## Acknowledgments

- [Flask](https://flask.palletsprojects.com/) for the web framework.
- [Pandoc](https://pandoc.org/) for converting Markdown to HTML.
- [Pandoc](https://pandoc.org/) for converting Markdown to HTML.

0 comments on commit e03172c

Please sign in to comment.