Skip to content

Commit ec5a322

Browse files
author
Anthony Brooks
committed
Readme
1 parent 8e993af commit ec5a322

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
dev-story
22
=========
33
###Dev Story/\*HACK THE CODE\*/###
4-
**An open-source mobile app. Coming soon to Google Play**
5-
64
![](https://github.com/IntelDevZone/dev-story/blob/master/screenshot1.jpg)
75
![](https://github.com/IntelDevZone/dev-story/blob/master/screenshot2.jpg)
86
![](https://github.com/IntelDevZone/dev-story/blob/master/screenshot3.jpg)
7+
**An open-source mobile app. Coming soon to Google Play**
98

109
Table of Contents
1110
-----------------
@@ -39,6 +38,11 @@ Who is this for?
3938
------------
4039
Anyone with experience with HTML, CSS and JavaScript.
4140

41+
This project makes use of two JavaScript libraries:
42+
43+
- [Panda.js](http://www.pandajs.net/) - Free html5 game engine
44+
- [Pixi.js](http://www.pixijs.com/) - 2D webGL renderer with canvas fallback
45+
4246
Usage
4347
------------
4448
Open the DevStory.xdk project file with the [Intel® XDK](https://software.intel.com/en-us/html5/tools).
@@ -47,7 +51,7 @@ Enable developer mode in main.js
4751

4852
App.developer = true;
4953

50-
Preview the app in the Intel® XDK Emulate tab or [Google Chrome Emulation Mode](https://developer.chrome.com/devtools/docs/device-mode)
54+
Preview the app in the Intel® XDK Emulate tab or open up index.html in [Google Chrome Emulation Mode](https://developer.chrome.com/devtools/docs/device-mode)
5155

5256
About the Intel® XDK
5357
------------

web.config

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configuration>
3+
<system.web>
4+
<httpCookies httpOnlyCookies="true"/>
5+
</system.web>
6+
<system.webServer>
7+
<staticContent>
8+
<mimeMap fileExtension=".fnt" mimeType="application/octet-stream" />
9+
<mimeMap fileExtension=".webp" mimeType="image/webp" />
10+
</staticContent>
11+
</system.webServer>
12+
</configuration>

0 commit comments

Comments
 (0)