Getting Started To set up and run the project locally, follow these steps.
Prerequisites Make sure you have Node.js and npm installed on your machine.
Installation Clone the repository:
Bash
git clone https://github.com/RASHIDINASORO/RASHIDINASORO.github.io.git Navigate to the project directory:
Bash
cd RASHIDINASORO.github.io Install dependencies:
Bash
npm install Running the Project Start the backend server:
Bash
node server.js Start the frontend development server: Open a new terminal and run:
Bash
npm run dev Your website will be live at http://localhost:3000 (or a similar port).