jorge-d / gravacoin

Gravacoin is a free open-source service that allows you to build a donation page so that you can share your crypto-addresses with the world.

Home Page:http://gravaco.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravacoin

Donate Donate

Gravacoin is a free open-source service to share your crypto-addresses with the world

Documentation

Please check the wiki pages.

Install

Checkout the repo and run npm install.

The application requires a running mongodb and was developped using Node v0.10.26.

To get the mailer working (currently using Mailjet), set the following env variables before runing the application.

export MAILJET_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
export MAILJET_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX

To run the application in development mode:

$ gulp

To run the production mode:

NODE_ENV=production node app.js

Test

To run the test suite:

$ mocha

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "Added Snarkdown")
  4. Push to the branch (git push origin my_markup)
  5. Open a Pull Request
  6. Enjoy a refreshing Diet Coke and wait

About

Gravacoin is a free open-source service that allows you to build a donation page so that you can share your crypto-addresses with the world.

http://gravaco.in

License:Apache License 2.0


Languages

Language:JavaScript 75.4%Language:HTML 16.4%Language:CSS 4.4%Language:CoffeeScript 3.8%