Website for the Snipette crowdfunding campaign https://fund.snipettemag.com
Find a file
Hippo a381077b83 Set up "email verification" workflow (minus the email itself)
We'll start sending out the email in the next step, when the setup
of nodemailer is complete. Right now, everything else works:
creating a verification link, processing it when clicked on, and
even updating (instead of appending) a pledge when the same email
submits multiple times. No pretty error messages though; that's
another thing to be worked on :P

WARNING: Don't deploy this commit live; people will be told about a
verification email but they won't actually get it yet!
2022-01-05 23:43:58 +05:30
server Set up "email verification" workflow (minus the email itself) 2022-01-05 23:43:58 +05:30
src Standardise variable names between page and database 2022-01-05 19:37:21 +05:30
.gitignore Add SQLite databases to .gitignore 2021-12-29 22:37:27 +05:30
.postcssrc Set up Tailwind (with PostCSS) 2021-12-27 18:22:54 +05:30
.sample-env Set up database: knex and bookshelf 2021-12-29 17:05:51 +05:30
netlify.toml Add netlify.toml 2021-12-27 22:10:59 +05:30
package.json Set up "email verification" workflow (minus the email itself) 2022-01-05 23:43:58 +05:30
tailwind.config.js Switch to new fonts: Fanwood Text, Didact Gothic 2021-12-27 22:18:32 +05:30
yarn.lock Set up "email verification" workflow (minus the email itself) 2022-01-05 23:43:58 +05:30