cycarla-frontend
v0.1.14
Published
`cycarla-frontend` is a Next.js project which provides a game-like user interface for CYCARLA.
Downloads
3
Readme
cycarla-frontend
is a Next.js project which provides a game-like user interface for CYCARLA.
The three components of Cycarla are:
- CARLA - An open-source simulator for autonomous driving research.
- cycarla_backend - This Python Flask server which links the frontend to CARLA.
- cycarla_frontend - This Next.js project.
Installation
Alternatively on Ubuntu, we can use nvm
instead to specify the version of npm
to install:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
nvm use 20
Once npm
is installed, install the Next.js framework:
npm install next
Run App
Run the development server:
npm run dev
Open http://localhost:3000 with your browser.