init
This commit is contained in:
parent
dea0ba78d2
commit
8ae390a604
@ -9,7 +9,7 @@ This repo is for testing building `Next.js` app with different package managers.
|
||||
First, install the dependencies:
|
||||
|
||||
```zsh
|
||||
|
||||
npm install
|
||||
```
|
||||
|
||||
## Development
|
||||
@ -17,7 +17,7 @@ First, install the dependencies:
|
||||
First, run the development server:
|
||||
|
||||
```zsh
|
||||
|
||||
npm run 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
|
||||
|
||||
npm run build
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user