Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1 KB

README.md

File metadata and controls

28 lines (20 loc) · 1 KB

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