Updating link text to match page title

The text of Getting Started page link was incorrect and we have updated
it for consistency.
1 file changed
tree: c1a9d2dfacdee86910d7a12c459df2d767251598
  1. _drafts/
  2. scaffolds/
  3. source/
  4. themes/
  5. .gitignore
  6. _config.yml
  7. _config_cn.yml
  8. package-lock.json
  9. package.json
  10. 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!