git clone https://github.com/ZU3AIRE/mark-me.git
The stable branch is main:
git checkout main
npm install
Add the keys from the Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=********************************
CLERK_SECRET_KEY=********************************
DOTNET_API_URL=<api_base_url>
NODE_TLS_REJECT_UNAUTHORIZED="0"
npm run dev
Open http://localhost:3000 with your browser to see the result.
First, stiwtch to the specified branch according to the PR or clone the specified branch.
git fetch origin
git checkout <branch-name>
second, take the latest pull of the branch by running following command:
git pull
third, run the following command to install the dependencies:
npm install
fourth, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- There should be no irrelevant changes or irrelevant file in the PR.
- The project should run succesfully in that branch.