- Download or clone the project
- Open a terminal window in the project's folder
- Run
bundle install
- If you get an error, you may need to look up how to install Ruby (and/or Rails) onto your system
- Run
bundle exec rails s
to launch the Rails web server (depending on your Ruby configuration, enteringrails s
may also work) - Open a browser and navigate to
localhost:3000
- Add algorithm validation
- Add support for other cache associativities