This is the web configuration panel and REST api provider you find running on your Linkit smart at http://mylinkit.local/
- First, clone the project.
$ git clone https://github.com/MediaTek-Labs/linkit-smart-7688-webUI.git
- Second, open linkit-smart-7688-webUI
cd ./linkit-smart-7688-webUI
-
Copy
/app/build/
folder to linkit smart's path:/www/
-
Copy three files (
/app/index.html
&&/app/zh-cn.html
&&/app/zh-tw.html
) to linkit smart's path:/www/
-
Open your browser and type
http://mylinkit.local/
, you will see this webUI!
Done!
- Env
Confirm your node env is :
node: 0.10.28
npm: 2.9.0
- First, clone the project.
$ git clone https://github.com/MediaTek-Labs/linkit-smart-webUI.git
- Second, install Dependency.
$ npm i
- Third, open your command line.
$ npm run watch
- Open your chrome with --disable-web-security mode.
$ open -n -a /Applications/Google\ Chrome.app --args --user-data-dir="/tmp/chrome_dev_session" --disable-web-security
and finally go to http://127.0.0.1:8081/app
.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Hint: Please follow airbnb
coding style guideline: https://github.com/airbnb/javascript
- Test case
- Add Makefile config