Skip to content

Instantly share code, notes, and snippets.

@swlaschin
Last active January 16, 2023 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swlaschin/01b03f737348e7dc34f16afc752b2937 to your computer and use it in GitHub Desktop.
Save swlaschin/01b03f737348e7dc34f16afc752b2937 to your computer and use it in GitHub Desktop.
Setup instructions for my 16 hr (2 full day or 4 half day) Domain Modeling Made Functional workshop

Setup instructions for the 16 hr (2 full day or 4 half day) 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
  • 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