Installation
Install the Redenv CLI on your system.
Package Managers#
Install Redenv using your preferred package manager.
Bun (Recommended)#
bun add -g @redenv/clinpm#
npm install -g @redenv/clipnpm#
pnpm add -g @redenv/cliYarn#
yarn global add @redenv/cliVerify Installation#
After installation, verify that Redenv is installed correctly:
redenv --versionYou should see output like:
redenv v1.0.0System Requirements#
- Node.js 18.0 or later
- Bun, npm, pnpm, or Yarn package manager
What's Next?#
Now that you have Redenv installed, let's create your first project.