**DEPRECATED - Needs Updates** Example site that sells products with Mozilla's payment system
Перейти к файлу
Kumar McMillan 6c95f4396c Merge pull request #32 from kumar303/recur-donate
Make a recurring donation in any amount
2015-09-01 09:21:36 -05:00
public Make a recurring donation in any amount 2015-08-31 17:47:18 -05:00
tasks Display products using the config (fixes #18) 2015-06-11 17:22:51 -05:00
.eslintrc Add fxa for aws 2015-05-29 16:36:32 +01:00
.gitignore Re-organize lib files layout and add payments-client 2015-05-27 16:11:47 +01:00
Dockerfile FETCH_HEAD doesn't exist on a clone 2015-07-07 10:48:54 -07:00
Gruntfile.js Re-organize lib files layout and add payments-client 2015-05-27 16:11:47 +01:00
README.md Display products using the config (fixes #18) 2015-06-11 17:22:51 -05:00
bower.json Re-organize lib files layout and add payments-client 2015-05-27 16:11:47 +01:00
favicon.ico make our home page a bit prettier 2015-08-11 14:45:39 -07:00
package.json Update payments client to 0.0.11 2015-08-28 16:16:50 +01:00

README.md

This is an example site that sells products with Mozilla's payment system.

The deps are committed to the tree so all you should need is to checkout this branch.

Adding deps

Deps are installed via bower or npm. Where possible use npm.

By default node_modules and bower_components are ignored. If you've added a new dependency update the grunt copy task to copy the new lib files into place and commit them.

Updating existing deps.

Use the grunt tasks to clean and copy the lib files.

npm install
bower install
grunt clean copy