This is the Revideo NextJS starter
project bootstrapped with npm init @revideo@latest
.
First, install the dependencies:
npm install
This project comes with the following commands:
npm run dev
- Start the Next.js development servernpm run build
- Build the Next.js projectnpm run start
- Start the Next.js production servernpm run revideo:serve
- Start the Revideo render api (required for the render button on the Next.js page to work)npm run revideo:editor
- Start the Revideo editor, which you can use to inspect and preview your Revideo code
If you want to see what's possible with Revideo, check out the other templates in the Revideo Examples repository, or the Revideo documentation.