...
In order to publish a Kajoo project to a Github repo, a Sitecore instance and/or to a head, you must already have registered your Sitecore instances with Kajoo and configured site settings. Please refer to our documentation on Connecting Kajoo to Sitecore to set up the proper configurations, and let us know if you have any trouble!
JSS App
You’ll need an existing JSS app, and you’ll need a GitHub repo for it. When you publish your Kajoo project, Kajoo will generate code, check it into your app’s repo, then build the app before sending it to the Sitecore instance(s) of your choice.
App Configuration - Prettier
Before you can build your JSS app, you need to make a change to its Prettier settings, so you don’t run into build errors.
There should be a .prettierrc file in your JSS app’s root folder. In this file, the endOfLine parameter should be 'auto'. Deployment will fail otherwise.
...
Publishing
After setting up the Site configuration settings, publishing is easy from the Kajoo Builder.
...