A Rails Tutorial Blog Project. I created this while following the official getting started guide.
I used 3.0.1. This information can also be found in .ruby-version file.
- Ruby
- Rails
- Yarn
- SQLite3
Clone the repository. Change working directory to cloned directory. Then run the following commands one by one -
yarn install
bins/rails db:migrate
bins/rails server
Home page -
An article's detailed view -
An article's editing view -