Skip to content

geeekgod/tailwind-rails-bug

Repository files navigation

Tailwind CSS with Rails bug

Installation

Clone the repository

git clone git@github.com:thisisrishabh22/tailwind-rails-bug.git
cd tailwind-rails-bug

Check your Ruby version

ruby -v

The ouput should start with something like ruby 3.0.1

If not,
Install the right ruby version using rbenv:

rbenv install 3.0.1

Install the right ruby version using rvm:

rvm install 3.0.1

Install the missing gems:

bundle install

Initialize the database

rails db:create
rails db:migrate

Serve

rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published