Skip to content

Instantly share code, notes, and snippets.

@cesarmarinhorj
Forked from swlaschin/dmmf_workshop_8hr.md
Created November 11, 2023 11:41
Show Gist options
  • Save cesarmarinhorj/b2ef354d1c62b84a2dd573cfb2f6d18a to your computer and use it in GitHub Desktop.
Save cesarmarinhorj/b2ef354d1c62b84a2dd573cfb2f6d18a to your computer and use it in GitHub Desktop.

Setup instructions for the 8 hour Domain Modeling Made Functional workshop

Requirements:

  • Git (optional)
  • F#

I will assume that you have git already installed.

Install F#

Code for the workshop

mkdir DmmfWorkshop
git clone https://github.com/swlaschin/DmmfWorkshop_8hr
  • Open the code in your editor
    • In VisualStudio/Rider, open the solution file DmmfWorkshop.sln
    • In VS Code, open the /src folder
  • Check that F# is working
    • Open src/00-HelloWorld.fsx and follow instructions to check that F# is working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment