Jarallax

Parallax scrolling library javascript

  • 所有者: CodeHunger/Jarallax
  • 平台:
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Jarallax - Interactive css at your fingertips

Contribution Guides

In the spirit of open source software development, Jarallax always encourages community code contribution.

What you need to build your own Jarallax

In order to build Jarallax, you need to have Node.js/npm latest, Grunt.js and git 1.7 or later.
(Earlier versions might work OK, but are not tested.)

Windows users have two options:

  1. Install msysgit (Full installer for official Git),
    GNU make for Windows, and a
    binary version of Node.js. Make sure all three packages are installed to the same
    location (by default, this is C:\Program Files\Git).
  2. Install Cygwin (make sure you install the git, make, and which packages), then either follow
    the Node.js build instructions or install
    the binary version of Node.js.

Mac OS users should install Xcode (comes on your Mac OS install DVD, or downloadable from
Apple's Xcode site) and
http://mxcl.github.com/homebrew/. Once Homebrew is installed, run brew install git to install git,
and brew install node to install Node.js.

Linux/BSD users should use their appropriate package managers to install make, git, and node, or build from source
if you swing that way. Easy-peasy.

How to build your own Jarallax

First, clone a copy of the main Jarallax git repo by running:

git clone git://github.com/CodeHunger/Jarallax.git

Make sure you have grunt installed by testing:

grunt -version

Then, to get a complete, minified (w/ Uglify.js), linted (w/ JSHint) version of Jarallax, type the following:

grunt

The built version of Jarallax will be put in the bin/ subdirectory.

Git for dummies

As the source code is handled by the version control system Git, it's useful to know some features used.

Submodules

The repository uses submodules, which normally are handled directly by the Makefile, but sometimes you want to
be able to work with them manually.

Following are the steps to manually get the submodules:

git clone https://github.com/CodeHunger/Jarallax.git
git submodule init
git submodule update

Or:

git clone https://github.com/CodeHunger/Jarallax.git
git submodule update --init

Or:

git clone --recursive https://github.com/CodeHunger/Jarallax.git

主要指標

概覽
名稱與所有者CodeHunger/Jarallax
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2011-11-09 08:50:24
推送於2013-06-08 12:44:11
最后一次提交2013-06-08 14:43:27
發布數0
用户参与
星數164
關注者數23
派生數20
提交數16
已啟用問題?
問題數43
打開的問題數19
拉請求數0
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?