Gravacoin is a free open-source service to share your crypto-addresses with the world
Please check the wiki pages.
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
To run the test suite:
$ mocha
- Fork it.
- Create a branch (
git checkout -b my_markup
) - Commit your changes (
git commit -am "Added Snarkdown"
) - Push to the branch (
git push origin my_markup
) - Open a Pull Request
- Enjoy a refreshing Diet Coke and wait