Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 631 Bytes

File metadata and controls

18 lines (12 loc) · 631 Bytes

murphy-example-nextjs

This is an open-source project designed as an example for other projects when using Murphy. This project provides a basic structure and the necessary components to integrate Murphy into your application easily and effectively.

Project Running Guide

  1. Install dependencies: Run the following command to install all necessary dependencies.

    pnpm install
  2. Run the project: Use the following command to start the project.

    pnpm run dev
  3. Access the application: Open your browser and go to http://localhost:3000 to see the running application.