Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodev01 committed May 25, 2023
1 parent 3e49a38 commit 53ea5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

---

This repository contains the source code of the <a href="https://fluttercompletereference.com/">fluttercompletereference.com/</a> website. The server was created using Dart's official <a href="https://pub.dev/packages/shelf">shelf</a> package. The most relevant parts of this CLI application are:
This repository contains the source code of the <a href="https://fluttercompletereference.com/">fluttercompletereference.com</a> website. The server was created using Dart's official <a href="https://pub.dev/packages/shelf">shelf</a> package. The most relevant parts of this CLI application are:

- The `bin` folder contains the `main()` entry-point that starts the server. Helper methods and configurations of the HTTP/HTTPS servers are inside `lib`.

- The website comprises three static HTML files, a minified CSS stylesheet and some image assets (in `.png` or `.svg` format). All this content is located in the `public` folder, which is served by the HTTPS server instance.

- The `test` folder has some certificates that we **only** use for unit tests. Those `server.key` and `server.pem` files are **not** used in the production server.

To see how we generate the pages and validate the HTML code, check the README file in `tool` folder.
To see how we generate the pages and validate the HTML code, check the [README.md](https://github.com/albertodev01/flutter_book_website/blob/main/tool/README.md) in the `tool` folder.

0 comments on commit 53ea5ae

Please sign in to comment.