mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-09 20:12:02 +10:00
Cleanup readme and scripts
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Mantine Next.js template
|
||||
|
||||
This is a template for [Next.js](https://nextjs.org/) pages router + [Mantine](https://mantine.dev/).
|
||||
If you want to use app router instead, see [next-app-template](https://github.com/mantinedev/next-app-template).
|
||||
This is a template for [Next.js](https://nextjs.org/) app router + [Mantine](https://mantine.dev/).
|
||||
If you want to use pages router instead, see [next-pages-template](https://github.com/mantinedev/next-pages-template).
|
||||
|
||||
## Features
|
||||
|
||||
@ -19,7 +19,6 @@ This template comes with the following features:
|
||||
|
||||
- `dev` – start dev server
|
||||
- `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)
|
||||
|
||||
### Testing scripts
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"export": "next build && next export",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "next lint",
|
||||
"jest": "jest",
|
||||
|
||||
Reference in New Issue
Block a user