docs: add landing page (#203)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Kyle Mendell
2025-02-06 09:41:44 -06:00
committed by GitHub
parent 07ee087c3d
commit 3a6fce5c4b
7 changed files with 596 additions and 1 deletions

6
docs/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}