acywu / Piczle3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piczle3D apps in iOS and Android, Made at UST hackathon 2015

Using this project

The following steps assume your environment is android / ios ready. If you haven't downloaded the appropriate SDKs (ADT, or xcode) and setup the appropriate PATH variables (mostly for android), please do so before doing the steps below. You'll need nodejs installed as well.

1. Ionic / Cordova

make sure both ionic and cordova are installed on your machine if not run the following command :

 npm install -g cordova ionic

Note : if npm isn't defined you'll need to install node

2. Clone this repo

 git clone https://github.com/alexcywu/CASL-GRS.git

Then navigate to the repo :

 cd CASL-GRS

3. Dependencies

Run :

 npm install

This should install all dependencies for the project.

4. Add a platform

Once the dependencies installed, you'll need to add a platform (Warning this project has been tested for iOs and Android devices ony)

Run :

 ionic platform add android
 ionic platform add ios

Then to build the project run:

 ionic run android
 ionic run ios

 or
 
 ionic emulate ios
 ionic emulate android

About


Languages

Language:JavaScript 73.8%Language:CSS 12.0%Language:C++ 4.2%Language:Objective-C 3.9%Language:Java 3.2%Language:C# 2.4%Language:HTML 0.4%Language:QML 0.2%Language:C 0.0%