Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 926 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 926 Bytes

This is a Next.js project bootstrapped with create-next-app.

Description

Getting Started

First, clone this repo:

git clone https://github.com/nguyenhung10012003/magic_post.git

Installation and run

Open terminal and run command:

npm install
# or
yarn install
#or
pnpm install
#or
bun install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.