This is a Next.js project bootstrapped with create-next-app
.
First, create environment file.
cd console_app/
touch .env
and write your workspace infomation.
workspace=<write_your_workspace>
vehicle_model=<VEHICLE_MODEL>
sensor_model=<SENSOR_MODEL>
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.