feat: with base app

This commit is contained in:
2023-03-05 22:56:04 +01:00
parent f8f0a832e9
commit c3f8679863
17 changed files with 3578 additions and 192 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
files: ["*.html", "./src/**/*.rs"],
},
theme: {
extend: {}
},
plugins: []
}