Generosity-Market / Generosity-Market.github.io

Generosity Market is a platform for non-profits and charities to raise funds.
2 stars 2 forks source link
fundraising generosity-market non-profit progressive-web-app react redux stripe-api

Generosity Market

Make fundraising easier

Generosity Market is a platform for non-profits and charities to raise funds.

Installation

Build Status

git clone https://github.com/Generosity-Market/Generosity-Market.github.io.git
cd Generosity-Market.github.io
npm install

Start

npm run dev

// OR to point to local dev server (If making changes to the api)

npm run dev:local

Application will be running on localhost:3001.

Test

npm test

Entire test suite will run. Use the option -- --verbose to show detailed results of each test.

or

npm run test:watch

Runs test suite in watch and verbose mode, any component changes will rerun the test suite.

Meta

Contributing

  1. Fork it (https://github.com/Generosity-Market/Generosity-Market.github.io/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request