Comment on page
Exporting to Code 🚚
All you need to know about Marcode's different ways of exporting to code.

Marcode has many code export options
- 1.Make sure you have visited each artboard in Marcode’s Explorer once
- 2.Open up the Export view ⌘E and choose Ionic Capacitor
- 3.Select a directory for your exported project folder
- 4.Hit the Export button and you’re ready for the next step ✅
This is crucial to do before you go to the next step of installing either the iOS or Android platforms.
- Download and install the Xcode Command Line tools. You can do this directly from within Xcode or you can just fire up the mighty Terminal app and add this installation snippet:
xcode-select —install
sudo gem install cocoapods
Now comes the part where you choose which platform to install for use with Capacitor. You can choose between iOS or Android, we have added both to the config.json file.
- 1.Make sure you have visited each artboard in Marcode’s Explorer once
- 2.Open up the Export view ⌘E and choose HTML
- 3.Select a directory for your exported project folder
- 4.Hit the Export button and you’re done ✅
- 1.Make sure you have visited each artboard in Marcode’s Explorer once
- 2.Open up the Export view ⌘E and choose Styleguide
- 3.Select a directory for your exported project folder
- 4.Hit the Export button and you’re done ✅
Last modified 1yr ago