Before you begin, ensure you have met the following requirements:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/your-project.git
cd your-project
npm install
yarn
If your project requires environment variables, create a .env
file in the root directory and define them there.
To run the project locally, follow these steps:
-
Start the development server:
npm run dev # or yarn dev
-
Open your web browser and navigate to http://localhost:5173 to view the application.