A blank template for Open Web Apps
Перейти к файлу
Matthew Riley MacPherson 90d8b529ea Merge pull request #9 from rodms10/master
Fixed json parsing error in manifest file.
2014-04-09 15:32:24 -04:00
css Bug #872676 - Making the default template a bit more dev/user-friendly. WIP 2013-05-23 16:12:37 +01:00
img remove images not used anymore, add 60px icon, and update manifest with new version number 2014-03-27 16:25:26 +00:00
js Bug #872676 - Removing Zepto and the receipts verifier library. Also updating app.js to not to use zepto. WIP 2013-05-23 17:46:28 +01:00
.gitignore initial 2012-10-15 17:43:01 -04:00
README.md update link to documentation 2014-03-08 17:29:49 +00:00
favicon.ico drastically simplify the template by removing volo, require, and only keeping basic html/js/css 2013-03-07 11:39:42 -05:00
index.html not being sexist 2014-03-08 17:29:59 +00:00
manifest.webapp Fixed json parsing error in manifest file. 2014-04-09 11:06:33 -07:00

README.md

A Blank Template for Open Web Apps

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

This is part of the mortar template collection for building Open Web Apps.

Usage

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

Readme template

To help others get a good overview of your app, you can use the example below as a template for your actual README.md.

My Sample App

What it is

Enter a short description about what your app does.

How to install

For example:

git clone git://github.com/your-username/your-app.git myapp

Open myapp/index.html into your browser.

The above example assumes you are using Github for your app's repository. If you are not, provide alternative instructions here.

Running Tests

If you have tests for your app, provide instructions here.

Help and support

Provide contact information or links to where users can submit issues and/or feature requests here.

License

Enter your license information here or provide a link.