Index page

This commit is contained in:
Tony Garnock-Jones 2014-03-10 13:44:46 -04:00
parent 0db55fb3cb
commit 2d998c188b
2 changed files with 18 additions and 0 deletions

4
_config.yml Normal file
View File

@ -0,0 +1,4 @@
name: JS-Marketplace
markdown: redcarpet
pygments: true

14
index.md Normal file
View File

@ -0,0 +1,14 @@
---
title: JS-Marketplace
---
# JS-Marketplace
A Javascript "minimart" implementation, following [this paper](http://www.ccs.neu.edu/home/tonyg/esop2014/). See also [the Marketplace page](http://www.ccs.neu.edu/home/tonyg/marketplace/).
Examples:
- [chat](examples/chat/)
- [textfield](examples/textfield/)
- [dom](examples/dom/)