Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.88 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.88 KB

NuGet Build

About Miru

Miru is an open-source opinionated full-stack framework for developing ASP.NET Core web applications.

Miru bundles great libraries and techniques together to make you focus on building features for your application. It's well organized, Features oriented, easy to build Tests, queue Jobs, send Emails, use Logging, comes with Bootstrap layout, Webpack, Command-line to execute tasks, and much more. It's open-source with MIT license.

Miru is in an early stage. It might change a lot before 1.0. Don't consider using it in production yet

Getting Started

The best way is going through the Documentation

How To Build

To build Miru's source code is required: .NET 5, node.js, and npm.

To build, in the source code root, use build or on linux ./build:

build compile

To run tests:

build test

License

Miru is licensed under the MIT license.