From 912d17953b4a25eddea626d2682ea131e102981d Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Sat, 17 May 2025 11:24:41 -0700 Subject: [PATCH] update the readme to include bootstrap + testing docs --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d327f74a1..119327213 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,19 @@ the `pp` library's `pp` methods. ## Development +### Prerequisites + +1. Clone the repository +2. Install dependencies with `bundle install` + +### Testing + +The full test suite can be run with: + +```bash +bundle exec rake test +``` + ### Release Update the `lib/json/version.rb` file.