From 461ed2ba62384678ef77723039059b01c0f9fbd9 Mon Sep 17 00:00:00 2001 From: Ben Sherriff Date: Sat, 12 Apr 2025 09:02:31 -0400 Subject: [PATCH] Updated README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8476049..0d32dc3 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Aviation +
+ drawing +

Aviation Data

+
## Makefile `make help` to list all commands @@ -6,8 +9,13 @@ ## Setup 1. Override any environment variables in `.env.local` -2. Build the api and ui images with `make build` -3. Run the application with `make up` +2. Build the required images. Running just `make build` will build the `nginx` image + * `make build f=nginx` + * `make build f=api` + * `make build f=ui` +3. Generate the SSL certificates with `make cert d=` + * Running just `make cert` will generate `localhost` certificates +4. Run the application with `make up` ## Data Sources