Note: Ensure you have Node.js installed on your system before executing these commands.
node -v npm -v
on Command Prompt:
-
Clone the repository
git clone https://github.com/sadisticx/GradeYourGuide.git -
Navigate to the Project Directory:
cd GradeYourGuide -
Install Dependencies:
npm install -
Start the Development Server:
npm run dev -
Access the Application: Open your web browser and navigate to the local server address provided in the terminal, typically http://localhost:3000 or http://localhost:5173.