Volta is used as Node an NPM version manager. It'll update versions automatically when they are updated for the project, you don't need to manage those manually once volta is set up.
curl https://get.volta.sh | bash
volta install node
npm install
# Your can further customize the .env.local file as you wish
cp .env.local.example .env.local
npm run dev