konpyu / onsen.io

onsen.io website repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onsen.io

Circle CI

devDependency Status

This repository contains the assets in Onsen UI Website, available on http://onsen.io. Please Visit Onsen UI if you need access to the framework itself.

Installation

$ git clone https://github.com/OnsenUI/onsen.io.git
$ cd onsen.io
$ npm install gulp -g
$ npm install
$ git submodule init
$ git submodule update

How to Build

$ gulp generate --lang en
$ gulp generate --lang ja

Edit & Serve

$ gulp serve --lang en

Deploying the Onsen UI Website to S3

$ gulp deploy --lang en

To deploy to S3 a aws_en.json file must be created with the following structure:

{
  "key": "...",
  "secret": "...",
  "bucket": "...",
  "region": "..."
}

To deploy to production server use the --production flag:

$ gulp deploy --leng en --production

This time it will read a file called aws_en_prod.json.

How to contribute

We will happily accept contributions to Onsen UI Website and the framework. It can be both fixes for bugs and incorrect descriptions, typos or even new features. The basic workflow when making contributions is the following:

  1. Fork the repository
  2. Commit your changes
  3. Make a pull request to master branch.
  4. After you've made a pull request we will review it. If everything is fine and we like the change the contribution will be pulled into the repository. In the case where there are some issues with the code or we disagree with how it's been implemented we will describe the issues in the comments so they can be corrected.

Getting support

If anything about Onsen UI is unclear, please ask a question on Stack Overflow, and tag it "onsen-ui". An Onsen UI support engineer will answer it.

If you have any requests or comments regarding the development of Onsen UI, please feel free to direct them to the Twitter account (@Onsen_UI).

About

onsen.io website repository


Languages

Language:JavaScript 59.8%Language:CSS 29.7%Language:HTML 9.9%Language:ApacheConf 0.6%Language:Shell 0.0%