Commit graph

5 commits

Author SHA1 Message Date
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
Hippo e5d0a41e69 Add SQLite databases to .gitignore 2021-12-29 22:37:27 +05:30
Hippo 1d7bcaf821 Explicitly add dotenv to dependencies
We'll be needing it in a bit!
2021-12-29 09:46:00 +05:30
Hippo 378a0cb060 Set up Tailwind (with PostCSS) 2021-12-27 18:22:54 +05:30
Hippo 14b1cd87b5 Initial Parcel project 2021-12-27 17:44:02 +05:30