Skip to content

Commit

Permalink
added volo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nebocamin committed Mar 28, 2013
1 parent dc922dd commit 422ccd6
Show file tree
Hide file tree
Showing 378 changed files with 86,941 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# A Blank Template for Open Web Apps

The is a minimal template that has a little HTML, CSS, and js to help
you start writing an Open Web App.

This is part of the [mortar](https://github.com/mozilla/mortar/)
template collection for building Open Web Apps.

# Usage

There are a few ways to get this template:

* git clone git://github.com/mozilla/mortar-app-stub.git myapp
* volo create myapp mozilla/mortar-app-stub

If you have node installed, you can run a development server with volo:

* cd myapp
* volo serve

View the app at http://localhost:8008/.
12 changes: 12 additions & 0 deletions node_modules/connect/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions node_modules/connect/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions node_modules/connect/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions node_modules/connect/lib/cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions node_modules/connect/lib/connect.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions node_modules/connect/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 101 additions & 0 deletions node_modules/connect/lib/middleware/basicAuth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 422ccd6

Please sign in to comment.