* [doc] Update integrate-devtool-to-android.md (#211)

* Update integrate-devtool-to-android.md

* Update integrate-devtool-to-android.md
1 file changed
tree: 27709e4a9abc3a9a78f25f734920671bb33fa6c3
  1. _drafts/
  2. examples/
  3. scaffolds/
  4. source/
  5. test/
  6. themes/
  7. .gitignore
  8. _config.yml
  9. _config_cn.yml
  10. package-lock.json
  11. package.json
  12. README.md
README.md

Weex Website

This is the source code of Weex official website.

Develop

First you should install the Node.js, and install dependencies:

npm install

After that, you can start a web server to preview the website on your local machine.

npm run server

It will start a web server at http://localhost:4000. The pages will be updated automatically once you save the corresponding source file.

Contribute

The documents are written in Markdown format located in the source folder. Feel free to send pull requests!