Make sure you have Postgresql installed on your machine.
- clone this repo with
git clone https://github.com/r-rails/test.git
to your computer - install ruby 3.0.4 (rbenv or rvm is recomended)
- install redis ~> 7.0.0
- run
bundle
in the cloned folder to install all dependencies - run
yarn install
to install couple more dependencies - run
rails db:{drop,setup}
to setup the database and prefill it with a few links - run
bin/dev
, instead ofrails s
, since it includes tailwind reloading