diff --git a/README.md b/README.md index f0961eb9..7c8956f8 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,12 @@ flag set. ## Development environment -If you would like to modify the existing code and play with the sensors API +If you would like to modify the existing code and experiment with the sensors API your code must be hosted on a web server that supports HTTPS. The simplest way is to fork this repository and enable [GitHub Pages](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/) -for your fork. Another way is to set up the environment on your `localhost`, -for this we recommend using of +for your fork. Alternatevely, you can serve your web application locally, for this, we recommend to use [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb). -Then to run the demo on a mobile device you should set up +If you are developing for mobile devices,set up [port forwarding](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server) -for your local server, and you are ready to rock! +for your local server, and you are good to go! diff --git a/_config.yml b/_config.yml index 17502377..529593f5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ title: Generic Sensor API playground -description: Welcome to collection of demos based on Generic Sensor APIs +description: Here you can find list of web applications based on Generic Sensor APIs theme: jekyll-theme-cayman \ No newline at end of file