Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 729 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 729 Bytes

Build Status

ruby-operators

Simple app to show different Ruby operators with their funny names.

Prerequisites

  • node
  • create-elm-app (Install with npm install -g create-elm-app)

Run

Run in development mode

elm-app start

It runs dev webserver at http://localhost:3000

Generate production build

elm-app build

Serve project under a webserver

Contribute

Edit operators.json and send pull request.