initial scaffold

This commit is contained in:
Your Name 2025-06-25 14:01:52 +00:00
commit 3696b98582
55 changed files with 14360 additions and 0 deletions

8
postcss.config.mjs Normal file
View file

@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;