Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 542 Bytes

File metadata and controls

27 lines (14 loc) · 542 Bytes

CMS Code Review

This is the pair programming repositority for the Circuit Marketing Sites team.

It provides a basic Next.js application that can be used as a starting point for code reviews.

Candidates should fork this repository and share the link with their interviewer.

Setup Instructions

Clone the repository:

$ git clone <repository-url>

Navigate to the project directory:

$ cd cms-code-review

Install dependencies:

$ npm install

Running the Development Server

To start the development server:

$ npm run dev