Digitize daily habits

Create a web app off the post-its that I keep near my bathroom mirror.
This commit is contained in:
William Carroll 2020-03-27 18:26:27 +00:00
parent 1aefbf7be3
commit 778114e6a8
15 changed files with 6048 additions and 0 deletions

View file

@ -0,0 +1,7 @@
const tailwindcss = require('tailwindcss')
module.exports = {
plugins: [
tailwindcss('./tailwind.config.js')
]
}