From a08bfa3d18a8a032e358ede3d19ad29dae1ad93d Mon Sep 17 00:00:00 2001 From: Nikhil Vengal Date: Tue, 7 Oct 2025 23:31:07 -0700 Subject: [PATCH] Update readme with basic instructions --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7db80e4..aa9f039 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ -# README +# National Parks Demo App -This README would normally document whatever steps are necessary to get the -application up and running. +## Prerequisites -Things you may want to cover: +- Ruby 3.4.7 +- Bundler -* Ruby version +### Deps -* System dependencies +- Ruby 3.4.7 +- Rails 8.0.3 +- SQLite -* Configuration +## Getting started -* Database creation +``` +bundle install +bin/rails db:prepare +bin/rails server +``` -* Database initialization +## Testing -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... +``` +bin/rspec +```