To get started with this project, follow these instructions:
- Node.js, Express.js, Vite, git installed on your machine
Click the "Fork" button in the top-right corner of this page to create a copy of this repository in your GitHub account.
Clone your forked repository to your local machine using the following command:
git clone <your_forked_repository_url>
Replace <your_forked_repository_url> with the URL of your forked repository, which you can find on the GitHub page of your fork.
Change your current directory to the directory of the cloned repository:
cd <repository_directory>
Create a new branch to work on your changes using the following command inside Replace <new_branch_name> with the desired name for your new branch.
git checkout -b <new_branch_name>
git branch
Make changes to the files in your local repository as needed. After making changes, stage and commit them using the following commands:
git add .
git commit -m "Your commit message here"
Push the new branch and its changes to your forked repository on GitHub using the following command:
git push origin <your_new_branch_name>
-
Navigate to the project directory, make one terminal for the frontend directory:
cd frontend
-
Install the depedencies
npm install
Input npm run dev for frontend directory,
npm run dev
go to the said port
http://localhost:5173/