A modern dashboard for Triple-A merchants to monitor and manage their operations.
Make sure you have Bun installed on your system.
Clone the repository
git clone https://github.com/your-username/triple-a-merchant-dashboard.git
cd triple-a-merchant-dashboard
Install dependencies
bun install
Start the development server
bun run dev
The application will be available at http://localhost:5173
Build for production
bun run build
The built files will be generated in the .svelte-kit
directory.
bun run dev
- Start development serverbun run build
- Build for productionbun run preview
- Preview production build locally