Start by creating a free instance
You have found the code base which powers the Zesty.io quick start experience. If you would like to learn more about Zesty.io visit our documentation at zesty.org
https://8-d08cd9f3de-x7641k.manager.zesty.io/
If you need to work on this application you can do so on your local machine by clonig the repository, configuring domain DNS in your /etc/hosts (or equivalent file) and running the NPM script npm start
- Determine where you would like to have the repository added on your computers file system
- Clone Repo by running the command at your choosen location:
git clone [email protected]:zesty-io/start.zesty.io.git - Install necessary dependencies with the
npm icommand - Edit your
/etc/hostsfile and add the entry127.0.0.1 start.stage.content.one - Run
npm startto start the application - Load
https://start.stage.content.one:6006in your browser