Hello world! This is an instance of pagePark running on Render.com. I have set this site up as an experiment to see how easy it is to deploy pagePark, which is a Nodejs app, using app platform.
Prerequisites:
- An account with Render
- An account on Github
- Fork a copy of the source repo to your Github account
- Clone the repo in your personal Github account to a personal computer
- Add package-lock.json to local repo
- Add config.json to local repo
- Mkdir domains in local repo
- Add a readme.txt file in domaisn directory of local repo
- git add .; git commit; git push