- Step 1: Clone repo to local
git clone https://github.com/mayankagnihotri7/AI-powered-Rock-Paper-Scissors-Game.git
- Step 2: Install ruby 3.2.2
rvm install $(cat .ruby-version)
- Step 3: Install Node 18.12.0
nvm install $(cat .nvmrc)
- Step 4: Install gems
bundle install
- Step 5: Install node packages
yarn install
-
Step 6: Boot up rails server using
rails server
orrails s
and in another terminal window or tab run./bin/webpacker-dev-server
to start webpacker -
Step 7: Visit
localhost:3000
on your browser and start playing.