Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 860 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 860 Bytes

Infinitype

Delightful typing practice.

Netlify Status

Getting Started

  1. Install Elm
  2. Install elm-live: npm install -g elm-live
  3. Run bin/start to start a dev server

Other Tools

I'm hoping to get away with not having a package.json for this project.

These tools are always useful when working with elm, and are worth globally installing:

Install elm-format:

npm install -g elm-format

Install elm-test:

npm install -g elm-test

Links