Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 542 Bytes

README.md

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