- Install Node.js and npm
- Clone the Repository: Open your terminal or command prompt. Navigate to the directory where you want to clone your project. Run the following command to clone your GitHub repository:
git clone https://github.com/AsyqD/bts_app.git
- Navigate to the Project Directory: Change your working directory to the cloned project:
cd bts
- Install Dependencies: Run the following command to install project dependencies (including Vite and React):
npm install
- Start the Development Server: Run the following command to start the development server:
npm run dev
This will launch your Vite + React app locally.