This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

zland

0.1.0 • Public • Published

zland

Get it on Google Play Download on the App Store

This repository is for building zland.
It puts everything together and runs the package either mobile or in the browser.

Contribute

You can contribute in different ways:

  • Play the game and tell me your opinion and ideas
  • Report bugs
  • Create images
  • Provide CSS styles
  • Submit your own code

submit CSS styles and images

Clone the repository you like to contribute to and follow the installation instructions from the related README.md repository.
Each project should launch separately in the browser and show you the available styles and images.
Images are stored in the asset folder located in www/assets/<project_name>/img (for zland-player it would be www/assets/zland-player/img/test.png).

reference from sass file

.torso {
    background-image: url('~assets/zland-player/images/test.png');
}

reference from HTML/JSX file

<img src="assets/zland-player/images/test.png"/>

submit code

styleguide

There is no styleguide yet. I suggest you pick a random file and try to match the style.
Only fixed rule is two spaces for a tab.

Installation

clone the repo
git clone https://github.com/zland/zland.git

install all dependencies first
npm install

install gulp:
npm install -g gulp

install cordova:
npm install -g cordova

Configuration

There is a json config located in config/sample.config.json
Copy this file to config.json and add your google maps key.

Usage

Launch in the browser
gulp serve:debug

Launch android
cordova platform add android
gulp build && cordova run android

Launch ios
cordova platform add ios
gulp build

Directories

config

gulp

Gulp files for building zland.

hooks

platforms

plugins

res

Resources folder, mobile os specific images like splash screen and icons are places here.

www

Files for running projects isolated from main project.

Files

gulpfile.js

make-webpack-config.js

webpack-debug-settings.js

webpack-production-settings.js

Readme

Keywords

Package Sidebar

Install

npm i zland

Homepage

zland.io

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • flodev