Requirements:
- Git (optional)
- F#
I will assume that you have git already installed.
- Instructions for Visual Studio and VS Code. If you use VS Code, be sure to install the "Ionide" plugin.
- Instructions for JetBrains Rider
- Clone the workshop repo locally. For example, by using
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
/srcfolder
- In VisualStudio/Rider, open the solution file
- Check that F# is working
- Open
src/00-HelloWorld.fsxand follow instructions to check that F# is working
- Open