Installation
Learn how to install the application
Installation
Learn how to install the application
Prerequisites
Before you begin, ensure you have the following installed on your machine:
- Node.js: Version 14 or later. You can download it from nodejs.org.
- pnpm: Install it globally using
npm install -g pnpm
. Verify installation by runningpnpm -v
in your terminal.
Installation Steps
1. Clone the Repository
Open your terminal and run the following command to clone the repository:
2. Navigate to the Project Directory
Change to the project directory by running the following command:
3. Install Dependencies
Run the following command to install the project dependencies:
4. Start the Application
Run the following command to start the application:
5. Access the Application
Open your web browser and navigate to http://localhost:3000 to view the application.