No description
Find a file
2026-04-21 09:27:06 +02:00
public Change application language to English 2026-04-20 18:11:13 +02:00
scripts Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00
src feat: update Dashboard and Settings pages with new widgets and layout system 2026-04-21 09:27:06 +02:00
.gitignore security: gitignore runtime secrets, add config and token templates 2026-04-21 09:27:06 +02:00
bun.lock Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00
CLAUDE.md Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00
config.example.json security: gitignore runtime secrets, add config and token templates 2026-04-21 09:27:06 +02:00
package.json Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00
README.md Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00
tailwind.config.js Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00
tokens.example.json security: gitignore runtime secrets, add config and token templates 2026-04-21 09:27:06 +02:00
tsconfig.json Finalize Atomic Design with TailwindCSS, fix Express 5 route compatibility, and verify search API 2026-04-20 18:07:48 +02:00

walldash

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.