'how to code in Mac for 8thwall web ar and test it?
how to setup 8th wall project for web ar for Mac and use our system instead of using their web editor . I want to code in my computer and test and then upload that to their console rather then coding it in their web editor .
Solution 1:[1]
Steps to locally develop 8thwall webAR without using 8th wall cloud editor
- Create a project using 8thwall dashboard and navigate to the dashboard settings and copy the appkey.
- copy this base glitch get-started project and replace the appkey with your project appkey.
- Navigate back to the dashboard and authorize your browser with the help of the dev-token.
- You are ready to now use and test 8thwall development locally.
- You can later self-host the project instead of copy pasting the code and reformatting according to the 8thwall cloud editor.
You can also directly remix any of the glitch projects as well which is a much quicker option.
NOTE: The glitch projects are under-maintained hence refer docs for latest SDK version as well as syntax changes
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ambriel.AR |
