qiita-coat

0.1.3 • Public • Published

Qiita:Coat Build Status

The UI components for Qiita.
http://increments.github.io/qiita-coat/

Install

# As a bower package
$ bower install increments/qiita-coat --save

# As a npm package
$ npm install increments/qiita-coat --save

Usage

See files in /scss for more details.

@import "qiita-coat/scss/avatars";
@import "qiita-coat/scss/grid";
@import "qiita-coat/scss/markdown";

Development

There are some npm tasks for developers.

npm run setup

Set up your environment to develop this project.

$ npm run setup

npm run build

Build JavaScripts and Stylesheets.

$ npm run build

npm run start

Launch a development server on http://127.0.0.1:9292.

$ npm run start

npm run watch

Start to watch changes of assets to automatically compile them.

$ npm run watch

npm run build-pages

Build static files into ./build directory.

$ npm run build-pages

npm run deploy-pages

Push static files in ./build directory for GitHub Pages.

$ npm run deploy-pages

Readme

Keywords

none

Package Sidebar

Install

npm i qiita-coat

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • r7kamura