Forem Creators and Builders 🌱

Discussion on: Error setting up Forem locally

Collapse
 
akhil profile image
Akhil Naidu

Open two seperate terminals, and execute the following commands individually.

Terminal 01: bin/rails s -p 3000 -b 0.0.0.0
Terminal 02: bundle exec sidekiq

Now, in few minutes you can access forem in your browser.