To get started with this project, follow these steps:
-
Download the ZIP file:
- Click the "Code" button on GitHub and select "Download ZIP".
-
Extract the ZIP file:
- Unzip the downloaded file to a location of your choice on your computer.
-
Open the extracted folder in VS Code:
- Launch Visual Studio Code.
- Use
File > Open Folderto open the folder where you extracted the ZIP file.
-
Navigate to the
my-projectdirectory:- Open the terminal in VS Code. You can do this by selecting
Terminal > New Terminalfrom the top menu. - Change to the
my-projectdirectory by running:cd my-project
- Open the terminal in VS Code. You can do this by selecting
-
Install the project dependencies:
- Run the following command in the terminal to install the necessary packages:
npm install
- Run the following command in the terminal to install the necessary packages:
-
Start the development server:
- Once the dependencies are installed, start the development server with:
npm run dev
- Once the dependencies are installed, start the development server with:
-
View the project in your web browser:
- Open your web browser and navigate to http://localhost:5173/login to see the project in action.