removing backend, making electron app, adding tuner

This commit is contained in:
itsamejms
2026-03-05 21:28:02 +00:00
parent 8a0f9f51fa
commit bb71abe827
39 changed files with 7829 additions and 3680 deletions
+16
View File
@@ -0,0 +1,16 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx}'],
theme: {
extend: {
colors: {
surface: '#0f0f0f',
panel: '#1a1a1a',
border: '#2a2a2a',
accent: '#a855f7',
amber: '#f59e0b',
},
},
},
plugins: [],
}