Website for the Snipette crowdfunding campaign https://fund.snipettemag.com
Find a file
Hippo 3272c6528d Bugfix: res.end -> res.send
The former was working fine while testing, but on the website it
made the browser try to *download* the page instead of opening it
in a normal fashion. This change will (hopefully) stem the madness
;P
2022-01-06 19:18:05 +05:30
server Bugfix: res.end -> res.send 2022-01-06 19:18:05 +05:30
src Add meta tags to site 2022-01-06 19:05:08 +05:30
.gitignore Rearrange assets to make templates more sensible 2022-01-06 16:15:24 +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
nodemon.json Rearrange assets to make templates more sensible 2022-01-06 16:15:24 +05:30
package.json Rearrange assets to make templates more sensible 2022-01-06 16:15:24 +05:30
tailwind.config.js Rearrange assets to make templates more sensible 2022-01-06 16:15:24 +05:30
yarn.lock Start sending verification emails 2022-01-06 14:39:46 +05:30