Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.22 KB

Marvel Comics

Kony application using the Marvel Comics API.

Setup

  • Clone the repository

$ git clone https://github.com/danguilherme/marvel-comics-kony.git

  • Enter in repository folder

$ cd marvel-comics-kony

  • Visualizer Project

    • Mac OS X

      • Close Visualizer, if it's opened

      • Create symlink in Kony Visualizer workspace pointing to the project inside this repo (Kony Visualizer's workspace cannot be changed)

      $ ln -s {Absolute path for your repository}/visualizer/ {Absolute path for Kony Visualizer workspace}/Marvel

      • Open Visualizer and change to project "Marvel"
  • Studio Project

    • Mac OS X
      • Create symlink in Kony Studio workspace pointing to the project inside this repo

        $ ln -s {Absolute path for your repository}/studio/ {Absolute path for Kony Studio workspace}/Marvel

      • Open Studio.

      • Select menu File > Import...

      • On Import modal, select General > Existing projects into Workspace

      • Click Next

      • On Select root directory, click on Browse... and select the symlink folder created in the first step

      • Click Finish