| commit | 3770be6f860261b78603d3197498d76f929329c3 | [log] [tgz] |
|---|---|---|
| author | Varun Sobti <varun.sobti@paytm.com> | Fri Mar 09 17:27:33 2018 +0530 |
| committer | Varun Sobti <varun.sobti@paytm.com> | Fri Mar 09 17:27:33 2018 +0530 |
| tree | c1a9d2dfacdee86910d7a12c459df2d767251598 | |
| parent | 8b180e7032ac6d49e6edf51aa7d353517c191a09 [diff] |
Updating link text to match page title The text of Getting Started page link was incorrect and we have updated it for consistency.
This is the source code of Weex official website.
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.
The documents are written in Markdown format located in the source folder. Feel free to send pull requests!