Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kitesjs/kites
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Aug 16, 2019
2 parents 2253d60 + f3222f5 commit 1b85e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Template-based Web Application Framework

[![Join the chat at https://gitter.im/nodevn/kites](https://badges.gitter.im/nodevn/kites.svg)](https://gitter.im/nodevn/kites)
[![npm version](https://img.shields.io/npm/v/@kites/core.svg?style=flat)](https://www.npmjs.com/package/@kites/core)
[![npm downloads](https://img.shields.io/npm/dm/kites.svg)](https://www.npmjs.com/package/kites)
[![npm downloads](https://img.shields.io/npm/dm/@kites/core.svg)](https://www.npmjs.com/package/@kites/core)
[![Travis](https://travis-ci.org/kitesjs/kites.svg?branch=stable)](https://travis-ci.org/kitesjs/kites)

**Kites** is a framework providing `dynamic applications` assembling and `Template-based` extracting. Namely it contains a lot of templates and extensions to help building a new application quickly.
Expand Down Expand Up @@ -59,8 +59,8 @@ npm run dev

To change environment use cmd `set NODE_ENV=development` or use options your IDE provides. If you don't specify node environment kites assumes `development` as default.

Simplest Application
====================
Example
=======

The application below simply prints out a greeting: **Hello World!**

Expand Down

0 comments on commit 1b85e0f

Please sign in to comment.