This is a Next.js project bootstrapped with create-next-app
.
- Cockpit by Cockpit-HQ
First, make environment file:
# .env.local
SERVER = http://localhost:3000/api
$ 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.