Integrate Next Js project Local Setup to XM cloud
Introduction: The objective of this document is to Integrate the Next js project created in the git hub in the previous blog to the XM cloud from your local system. Prerequisites Node version 18 or higher. NET Core 6.0 SDK (check your installed version with the dotnet --version command). Install git on your local system Visual studio code Copy the repository path from git hub created in the previous blog which will be used later while cloning in local system. Lets Get started with Next Js Project set up in the local environment. Clone the repository in your local system. Open the Git CMD and go the project folder where you want to clone and execute the below command. Git clone <Repository Path> Go the Project location and open it in visual studio code. In my Case the project is cloned in the mentioned below path. ...