Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 640 Bytes

File metadata and controls

29 lines (21 loc) · 640 Bytes

Andy Meier

Deploy

Personal website for Andy Meier built with F#, Giraffe, Datastar, and Tailwind CSS.

Structure

  • app/ - F# web application
    • src/App/ - Main application (Giraffe + Datastar)
    • src/Build/ - FAKE build script
    • src/Tests/ - Expecto tests
  • pulumi/ - Infrastructure as code (AWS ECR, Cloudflare, Kubernetes)

Development

cd app
dotnet tool restore
dotnet paket restore
./fake.sh Watch

Testing

cd app
./fake.sh Test