This commit is contained in:
Vivian Phung 2024-04-11 23:10:39 -05:00
parent dea0ba78d2
commit 8ae390a604
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ This repo is for testing building `Next.js` app with different package managers.
First, install the dependencies: First, install the dependencies:
```zsh ```zsh
npm install
``` ```
## Development ## Development
@ -17,7 +17,7 @@ First, install the dependencies:
First, run the development server: First, run the development server:
```zsh ```zsh
npm run dev
``` ```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. 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: To build the app for production, run:
```zsh ```zsh
npm run build
``` ```