Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.02 KB

EMURGO Academy Haskell Course: Part II

This repository contains a preconfigured Haskell development environment, allowing you to start coding in Haskell with zero installation using Gitpod and a browser-based version of VS Code.

The environment contains a guided Hangman project, designed as a companion to the second part of EMURGO Academy's Haskell course.

Create Your Environment

  1. Fork this repository
  2. Copy the link to your new repository and prefix it with "https://gitpod.io/#" in your browser
  3. Click Continue with GitHub and Authorize gitpod-io
  4. Wait for the environment to build. This can take a while the first time.
  5. Select "VS Code Browser" as your editor.

Build Your Project

As you attend the live sessions, complete each of the assignments in the /assignments directory, making changes to the associated .hs files in the /solutions directory.

As you complete the assignments, stage, commit and push your changes to Github using the Source Control tab in the left panel.