@@ -21,7 +21,7 @@ const templates = [
21
21
title : 'Revideo with Next.js' ,
22
22
description : 'A minimal web app built with Revideo and Next.js.' ,
23
23
recommended : true ,
24
- startCommands : 'next ' ,
24
+ startcommands : 'readme ' ,
25
25
} ,
26
26
{
27
27
value : 'avatar-with-background' ,
@@ -35,12 +35,6 @@ const templates = [
35
35
description : 'Animate a celebration of GitHub repository stars.' ,
36
36
startcommands : 'default' ,
37
37
} ,
38
- {
39
- value : 'google-cloud-run-parallelized' ,
40
- title : 'Google Cloud Run Parallelized' ,
41
- description : 'Example of parallelized rendering using Google Cloud Run.' ,
42
- startcommands : 'readme' ,
43
- } ,
44
38
{
45
39
value : 'marketing-templates' ,
46
40
title : 'Marketing Templates' ,
@@ -52,20 +46,14 @@ const templates = [
52
46
title : 'Drag and Drop Example' ,
53
47
description :
54
48
'A minimal example of an editor with drag-and-drop editing functionality.' ,
55
- startcommands : 'next ' ,
49
+ startcommands : 'readme ' ,
56
50
} ,
57
51
{
58
52
value : 'parallelized-aws-lambda' ,
59
53
title : 'Parallelized AWS Lambda' ,
60
54
description : 'Example of parallelized rendering using AWS Lambda.' ,
61
55
startcommands : 'readme' ,
62
56
} ,
63
- {
64
- value : 'reddit-post-video' ,
65
- title : 'Reddit Post Video' ,
66
- description : 'Generate a video from a Reddit post.' ,
67
- startcommands : 'default' ,
68
- } ,
69
57
{
70
58
value : 'rive-explanation-video' ,
71
59
title : 'Rive Explanation Video' ,
@@ -226,18 +214,6 @@ async function run() {
226
214
if ( selectedTemplate . startcommands === 'default' ) {
227
215
console . log ( installCommand ) ;
228
216
console . log ( ` ${ boldManager } start` ) ;
229
- } else if ( selectedTemplate . startcommands === 'next' ) {
230
- console . log ( kleur . blue ( '\n√ Start the NextJS server:' ) ) ;
231
- console . log ( ` ${ kleur . bold ( 'cd' ) } next` ) ;
232
- console . log ( installCommand ) ;
233
- console . log ( ` ${ boldManager } run dev` ) ;
234
-
235
- console . log (
236
- kleur . blue ( '\nIn another terminal, serve your revideo project:' ) ,
237
- ) ;
238
- console . log ( ` ${ kleur . bold ( 'cd' ) } revideo` ) ;
239
- console . log ( installCommand ) ;
240
- console . log ( ` ${ kleur . bold ( 'npx' ) } revideo serve` ) ;
241
217
} else {
242
218
console . log ( kleur . blue ( '\nNow find the setup instructions in README.md' ) ) ;
243
219
}
0 commit comments