Skip to content

melgish/local-launches

Repository files navigation

local-launches

License: MIT .NET CodeQL codecov

Periodically screen-scrapes spaceflightnow.com and lists launches on the Space Coast making the list available as an HTML page.

Building

Via Command Line

dotnet build
dotnet run --project Launches

Via Docker

In addition to the command below review ./publish.sh for creating container with version tag.

docker compose build
docker compose up -d