Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 534 Bytes

Build Status

Arkui

Basic UI components for Douban Read. Live Docs.

Quick Start

Installation: Arkui requires npm and Grunt ~0.4.0.

$ npm install && grunt

Preview: Start connect web server on http://localhost:9000

$ grunt connect

Development: Run watch tasks (jade, style), and then edit files in /stylus.

$ grunt watch