- Ruby 2.7.4
- Ruby on Rails 6.1.4.1
- Stimulus.js
- Tailwind CSS with JIT mode, which is AWESOME!
- FontAwesome with SVG JavaScript Core
- You might need to install Ruby, Node and Yarn first.
- Clone this project.
- Run
bundle install
to install ruby gems needed. - Run
yarn install
to install frontend packages. - Run
rails db:migrate
to build database schema. - Copy or Rename
config/application.yml.example
toconfig/application.yml
and replace with your own credentials. - Run
foreman start
(orforeman s
for short) to launch this app. - Go check http://localhost:3000, and HAPPY HACKING!
Please check 為你自己學 Ruby on Rails for more information about Ruby and Ruby on Rails.
by 高見龍 [email protected]