# Magner template application

This is a template for your application using Magner, a universal admin panel magnetic to any backend.

The template uses `pnpm` as the main packet manager due to its performance and optimized `node_modules` structure.

## Commands

For installation do:

```bash
pnpm install
```

Development run:
```bash
pnpm dev
```

For production build and run do:
```bash
pnpm build
pnpm start
```

And access the app in the `localhost:3000`.

For linting do:

```bash
pnpm lint
```