initial commit

This commit is contained in:
Siwat Sirichai 2025-06-21 12:09:47 +07:00
commit a606796d9e
26 changed files with 2606 additions and 0 deletions

5
postcss.config.mjs Normal file
View file

@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;