Could I run sharetribe for production locally

I’d like to see my sharetribe app before deploying on the server locally.
Is it possible to show a sequence of necessary actions for this?

Here’s another similar question:
On the internet I can append forward slash and letter ‘s’ to domain address and can modify marketplace from the admin area.
But under the development environment I immediately go to this place:
on the left some list, on the right google map.
Could I see in the development the marketplace as it is on the Internet?
What reason does not allow me to see the homepage?

Here are my two questions, slightly related. Thank you in advance.

Should I see “Custom landing page” on the admin panel?
I have landing_page under app/view with all needed files but no home page after run foreman or rails s.

Simply append _lp_preview to http://lvh.me:3000/:
http://lvh.me:3000/_lp_preview.
This idea came after a thorough review of the routes.rb file.
If there is still another approach, please share.

Thank you.