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.
-
Install dependencies: Run the following command to install all necessary dependencies.
pnpm install
-
Run the project: Use the following command to start the project.
pnpm run dev
-
Access the application: Open your browser and go to
http://localhost:3000to see the running application.