Skip to content

spamegg1/scala-toolkit-tutorial

Repository files navigation

To use,

  1. Install Visual Studio Code with the Metals extension
  2. Install scala-cli
  3. Clone this repository:
git clone https://github.com/spamegg1/scala-toolkit-tutorial
  1. Open the folder and set it up for use with scala-cli and VS Code:
cd scala-toolkit-tutorial
scala-cli setup-ide .
  1. Open the folder in VS Code:
code .