Skip to content

harrysarson/primeimage

Repository files navigation

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"