Skip to Content
DocumentationGet started

Get Started

Welcome to the Ejad Solutions Frontend Docs.
This guide will help you quickly set up your environment, understand our project structure, and get started with Next.js and the common packages we use across our frontend projects.


Prerequisites

Before starting, make sure you have:

  • Node.js ≥ 18
  • pnpm or npm (we prefer pnpm for better workspace handling)
  • VS Code with the recommended extensions (see Developer Tools)
  • Access to the Ejad Solutions GitHub organization

Project Setup

Clone the repository and install dependencies:

git clone git@github.com:ejad-solutions/<project-name>.git cd <project-name> pnpm install