Hi!
I am newbie in Sharetribe. I want to understand what are the main approaches in the development of Sharetribe. I understood how to create a new marketplace. If very briefly:
- Clone open source project from github
…up to… - foreman start -f Procfile.static, “http://lvh.me:3000”.
A little unclear the last sentence “… and modify it from the admin area.” under “Setting up the development environment”.
Suppose I worked all day, then turned off the computer.
Then how to continue developing of newly created project.
Where to start, what is the first step and then the next.
And this time I see in browser what I have made in previous time?
Or am I entering the development in some special way to see my previuos changes?
In general you see in browser what you have in your project files and what you make in your project files?
For example in Ruby on Rails if simplify I use this order in any time of developing:
- Make changes in project files
- Run rails server
- Refresh browser
Sorry for the simple questions. I know there are many sites on this subject. But I would like to hear answers from Sharetribe Community Forum to feel more confident.
Thanks for your patience!