---
name: mikro-orm
summary: "mikro-orm is an open-source TypeScript project with 9.1k GitHub stars. It is associated with database, datamapper, entities, entity. The repository is actively maintained, with recent commits."
language: TypeScript
license: MIT
repo: https://github.com/mikro-orm/mikro-orm
source: https://opensources.dev/resource/mikro-orm
health: 100
---

# mikro-orm

mikro-orm is an open-source TypeScript project with 9.1k GitHub stars. It is associated with database, datamapper, entities, entity. The repository is actively maintained, with recent commits.

# Website

This website is built using Docusaurus 2, a modern static website generator.

### Installation

```tsx
$ yarn
```

### Local Development

```tsx
$ yarn start
```

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

### Build

```tsx
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

```tsx
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
