Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 559 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 559 Bytes

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

Required

  • Cockpit by Cockpit-HQ

Getting Started

First, make environment file:

# .env.local
SERVER = http://localhost:3000/api

Last Development on Environment

$ npm -v
6.14.17

$ node -v
v14.21.1

Then, run the development server:

npm run dev
# or
yarn dev

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