/next-daas

Primary LanguageJavaScript

Next-DaaS

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

🛠 Getting Started

  1. Use Node 12+:

    nvm use 12

  2. Run the development server:

    npm run dev

Open http://localhost:3000.

Production

// Build
npm run build

// Run app
npm run start