##A canvas for drawing and sharing!
grunt
- Load the URL from Step 1 into your browser.
- The browser will complain that the security certificate is not trusted.
- That's okay - add an exception, this will allow the component to work in Appmaker.
- Go to Appmaker/
- Sign in.
- In the menu with your email address, click on 'Add a Component'.
- Specify the URL that Step 1 gives you.
As the component files are changed, the local server will udpate; Refresh the designer to make it load the new version. (we hope to streamline this later).
To catch errors in your component code, run the following command on the command line in your component folder...
grunt lint
It will identify syntax errors in your component and help you troubleshoot.