Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 323 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 323 Bytes

Getting Started

WHOIS search with Next.js

Install:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Run the production server:

1. Build

npm run build
# or
yarn build

2. Start

npm run start
# or
yarn start