Website for the Snipette crowdfunding campaign https://fund.snipettemag.com
Find a file
Hippo a33ba1dc9c Use nodemon for auto-reload of Express server
This is so that we don't have to keep restarting the server every
time we make a change. Parcel was taking care of this for the
static files like HTML and CSS, but not for the Express server
itself: that required calling in Nodemon to do the job.
2022-01-05 22:09:46 +05:30
server Standardise variable names between page and database 2022-01-05 19:37:21 +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 Use nodemon for auto-reload of Express server 2022-01-05 22:09:46 +05:30
tailwind.config.js Switch to new fonts: Fanwood Text, Didact Gothic 2021-12-27 22:18:32 +05:30
yarn.lock Use nodemon for auto-reload of Express server 2022-01-05 22:09:46 +05:30