GitXplorerGitXplorer
f

donate-page

public
2 stars
5 forks
2 issues

Commits

List of commits on branch master.
Unverified
797eb96e49c7d50fe5f2ba4e88b04bce7d4e9208

Change donate success message

BBouncey committed 7 years ago
Unverified
85b35c3d7ae19722e1744a68f8e336364b564747

Remove media queries and push font-size

BBouncey committed 7 years ago
Unverified
359dd8f0f80c1c92ea1a987eb27d8ba46fe35895

improve copy and layout

committed 7 years ago
Unverified
3eca150052ccfb560808b13c62a993d1218c72af

Merge branch 'master' of github.com:freeCodeCamp/donate-page

committed 7 years ago
Unverified
b358ac2624a973c455c13116d597d1dc8123d69c

copy edits

committed 7 years ago
Unverified
e239e56e4a6dba5ad447a59a1ba6be552cedf830

Allow for production/development routing

BBouncey committed 7 years ago

README

The README file for this repository.

donate-css

donate page for code for science & society

Features:

  • Donate via Stripe
  • Simple express server to handle payments

Development

  • npm run dev to run server and watch client javascript files + rebuild automatically
  • npm start to build and run server for production

Config

Copy the config file to config.yml:

cp example.config.yml config.yml

And set your stripe keys. You can also set the stripe keys as environment variables:

process.env.SECRET_KEY
process.env.PUBLISHABLE_KEY

License

MIT