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.
To install the Midori framework in an existing project, run the following command:
npm install modscleo4/midori
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.
To build the project, run the following command:
npm run build
This will build the project for production.
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.