Before you begin, ensure you have met the following requirements:
- Node.js: You need to have Node.js installed on your machine. You can download it from Node.js.
- NPM: Node Package Manager (NPM) is required, which is included with Node.js.
Follow these steps to set up the project on your local machine:
-
Clone the Repository
Open your terminal and run the following command to clone the repository:git clone https://github.com/PillarsHub/Application.git
-
Navigate to the Project Directory
Change directory into the project folder:cd Application -
Install Dependencies
Install the required Node.js dependencies using NPM:npm install
Once the installation is complete, you can start the development server with the following command:
npm startThis will start the application, and you should be able to access it in your web browser at http://localhost:3000.