Make fundraising easier
Generosity Market is a platform for non-profits and charities to raise funds.
git clone https://github.com/Generosity-Market/Generosity-Market.github.io.git
cd Generosity-Market.github.io
npm installnpm run dev
// OR to point to local dev server (If making changes to the api)
npm run dev:localApplication will be running on localhost:3001.
npm testEntire test suite will run.
Use the option -- --verbose to show detailed results of each test.
or
npm run test:watchRuns test suite in watch and verbose mode, any component changes will rerun the test suite.
- Joe Gordy - GH:JGordy
- Sean McPherson - GH:SeanMcP
- Bernie Strong - GH:BStrong76
- Fork it (https://github.com/Generosity-Market/Generosity-Market.github.io/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request