- Setup project
- Step 1: git clone [email protected]:linh236/workIdo.git
- Step 2: cd workIdo
- Step 3: rails db:migrate
- Step 4: Run server
------------------------------------------------------------Method 1 --------------------------------------------------
Run server: rails s
- Click to view error: The asset "tailwind.css" is not present in the asset pipeline
- fix: rails assets:clean && rails assets:precompile && rails s
Run redis: redis-server
Run sidekiq: bundle exec sidekiq
------------------------------------------------------------Method 2 --------------------------------------------------
- Method 2:
bin/dev
( Using TailwindCss, redis, sidekiq )
- Step 5: SidekiqWeb
- ...