A Hacker News clone where users can post articles.
- Rails: 7.1.3.4
- Ruby: 3.0.0
-
Clone the repository:
git [email protected]:paulmckissock/Rails-Tutorial.git cd Rails-Tutorial
-
Install the required gems:
bundle install
-
Set up the database:
rails db:setup
-
Start the Rails server:
rails server