Website for the Snipette crowdfunding campaign https://fund.snipettemag.com
Go to file
Hippo 3eca0be184 Rearrange assets to make templates more sensible
Parcel has been removed since we didn't need it anymore (Tailwind
does the purging by itself anyway). Instead, we've told Express
to serve all static assets from src/assets/ and use twig templates
from src/ directly.

Meanwhile, Nodemon now watches for changes in .css and .twig files
too!
2022-01-06 16:15:24 +05:30
server Rearrange assets to make templates more sensible 2022-01-06 16:15:24 +05:30
src Rearrange assets to make templates more sensible 2022-01-06 16:15:24 +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