Compare commits
2 Commits
nextjs-pac
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
0c31b47d23 | ||
|
dea0ba78d2 |
10
README.md
10
README.md
@ -1,15 +1,15 @@
|
||||
# nextjs-package-manager-example-app
|
||||
|
||||
branch: `nextjs-package-manager/pnpm`
|
||||
branch: `main`
|
||||
|
||||
This repo is for testing building `Next.js` app with different package managers. This branch uses [pnpm](https://pnpm.io) as the package manager.
|
||||
This repo is for testing building `Next.js` app with different package managers. Each branch can be used to test different package managers.
|
||||
|
||||
## Getting Started
|
||||
|
||||
First, install the dependencies:
|
||||
|
||||
```zsh
|
||||
pnpm install
|
||||
|
||||
```
|
||||
|
||||
## Development
|
||||
@ -17,7 +17,7 @@ pnpm install
|
||||
First, run the development server:
|
||||
|
||||
```zsh
|
||||
pnpm dev
|
||||
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
@ -27,5 +27,5 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
|
||||
To build the app for production, run:
|
||||
|
||||
```zsh
|
||||
pnpm build
|
||||
|
||||
```
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nextjs-package-manager-example-app",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
2840
pnpm-lock.yaml
2840
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user