Skip to content

Instantly share code, notes, and snippets.

@swlaschin
Last active November 11, 2023 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save swlaschin/415553e8026b247efd778cf8010cd43d to your computer and use it in GitHub Desktop.
Save swlaschin/415553e8026b247efd778cf8010cd43d 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