midori

Installation

Prerequisites

Creating a new project

To create a new Midori project, run the following command:

npm create modscleo4/midori my-project

This will create a new Midori project in the my-project directory.

Installing Midori

To install the Midori framework in an existing project, run the following command:

npm install modscleo4/midori

Running the project

To run the project, navigate to the project directory and run the following command:

npm run start:dev

This will start the project in development mode.

Building the project

To build the project, run the following command:

npm run build

This will build the project for production.

Running the project in production mode

To run the project in production mode, run the following command:

npm run start

This will start the project in production mode.

See the Quick Start guide for more information on getting started with Midori.