Installation
To started with rover you need to install cloud-rover
via pnpm
or npm
Requirements
node >= 18
npm
npx
tip
This tutorial will be covered using npm
but pnpm
can be used along.
Create New Project
The easiest way to create a rover project is by using npx
npx cloud-rover init
Now this will prompt you different configurations for your project. You have choices between good old Javascript or Typescript.
After that cd
into your project and hit npm install