Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 453 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 453 Bytes

README

Duplicate Identiy Checker (Rails and React)

You may need node. To install with nvm. Install nvm & node

curl-o-https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

nvm install node               
nvm alias default node          

install yarn

brew install yarn   

build packages and gems

bundle install
yarn install

run server

rails server

navigate browser to http://localhost:3000