Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 552 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 552 Bytes

PrimeImage

Turn any image into an prime number. See https://harrysarson.github.io/primeimage.

Build Status

Installation Instructions

Required Software

  • node and npm
  • ruby

Steps

npm install
gem install bundle
bundle install

Running Locally

npm run build
npm run serve

To recompile on changes use:

npm install -g chokidar-cli
chokidar elm-src -c "npm run build" --initial"