camilacanhete / TheGame

Repositoy for an hybrid app called The Game: Nothing is as it seems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TheGame

Repositoy for an hybrid app called The Game: Nothing is as it seems

Assets

Technologies Used

This repo uses the following:

Getting started

Clone the repo locally and run the following:

npm install

This will install the node dependencies for you locally.

Using gulp

Gulp is a JavaScript task runner used to automate repetitive tasks. In this project we are using gulp to compile and minify our sass.

You will need to have gulp installed globally before beginning. To install globally, use the following command in terminal:

npm install gulp-cli -g

If you haven't used SASS before, go to this link:

http://sass-lang.com/install

To compile your sass, use the following command in terminal:

gulp styles

To minify your css, use the following command in terminal:

gulp minify-css

To compile your sass and watch for any additional changes to sass files use the following command in terminal (you will need to use 'ctrl c' to quit this task in terminal):

gulp

Cordova

Install cordova

Install or update your cordova environment to the latest version using node:

npm install -g cordova

This app uses two external plugins:

About

Repositoy for an hybrid app called The Game: Nothing is as it seems


Languages

Language:Java 42.6%Language:Objective-C 22.3%Language:JavaScript 18.4%Language:CSS 8.4%Language:C# 3.2%Language:HTML 1.7%Language:Shell 1.3%Language:C++ 1.3%Language:Batchfile 0.5%Language:Makefile 0.1%Language:C 0.0%Language:Ruby 0.0%