Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 259 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 259 Bytes

Elm Games

This repository contains a hobby project written in Elm, containing minigames like snake.

Running

  1. Install dependencies using yarn install.
  2. Run yarn run watch. This hosts a web server on http://localhost:3002. Hot reload is enabled.