Cleanup readme and scripts

This commit is contained in:
Vitaly Rtishchev
2023-05-28 10:56:40 +04:00
parent f63101a095
commit 88dde45646
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Mantine Next.js template # Mantine Next.js template
This is a template for [Next.js](https://nextjs.org/) pages router + [Mantine](https://mantine.dev/). This is a template for [Next.js](https://nextjs.org/) app router + [Mantine](https://mantine.dev/).
If you want to use app router instead, see [next-app-template](https://github.com/mantinedev/next-app-template). If you want to use pages router instead, see [next-pages-template](https://github.com/mantinedev/next-pages-template).
## Features ## Features
@ -19,7 +19,6 @@ This template comes with the following features:
- `dev` start dev server - `dev` start dev server
- `build` bundle application for production - `build` bundle application for production
- `export` exports static website to `out` folder
- `analyze` analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer) - `analyze` analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)
### Testing scripts ### Testing scripts

View File

@ -7,7 +7,6 @@
"build": "next build", "build": "next build",
"analyze": "ANALYZE=true next build", "analyze": "ANALYZE=true next build",
"start": "next start", "start": "next start",
"export": "next build && next export",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"lint": "next lint", "lint": "next lint",
"jest": "jest", "jest": "jest",