godfreyd / next-daas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 88.6%Language:CSS 11.4%