Personal website for Andy Meier built with F#, Giraffe, Datastar, and Tailwind CSS.
app/- F# web applicationsrc/App/- Main application (Giraffe + Datastar)src/Build/- FAKE build scriptsrc/Tests/- Expecto tests
pulumi/- Infrastructure as code (AWS ECR, Cloudflare, Kubernetes)
cd app
dotnet tool restore
dotnet paket restore
./fake.sh Watchcd app
./fake.sh Test