#!/bin/bash
# scripts/start.sh
# A simple startup script for the application.
echo "Starting Smoobu Clone..."
npm install
npm run dev
