Skip to content

Commit ec8245d

Browse files
chore: new setup instructions for v0.10.0 (#317)
1 parent 93c4dfe commit ec8245d

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

packages/create/index.js

+2-26
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const templates = [
2121
title: 'Revideo with Next.js',
2222
description: 'A minimal web app built with Revideo and Next.js.',
2323
recommended: true,
24-
startCommands: 'next',
24+
startcommands: 'readme',
2525
},
2626
{
2727
value: 'avatar-with-background',
@@ -35,12 +35,6 @@ const templates = [
3535
description: 'Animate a celebration of GitHub repository stars.',
3636
startcommands: 'default',
3737
},
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-
},
4438
{
4539
value: 'marketing-templates',
4640
title: 'Marketing Templates',
@@ -52,20 +46,14 @@ const templates = [
5246
title: 'Drag and Drop Example',
5347
description:
5448
'A minimal example of an editor with drag-and-drop editing functionality.',
55-
startcommands: 'next',
49+
startcommands: 'readme',
5650
},
5751
{
5852
value: 'parallelized-aws-lambda',
5953
title: 'Parallelized AWS Lambda',
6054
description: 'Example of parallelized rendering using AWS Lambda.',
6155
startcommands: 'readme',
6256
},
63-
{
64-
value: 'reddit-post-video',
65-
title: 'Reddit Post Video',
66-
description: 'Generate a video from a Reddit post.',
67-
startcommands: 'default',
68-
},
6957
{
7058
value: 'rive-explanation-video',
7159
title: 'Rive Explanation Video',
@@ -226,18 +214,6 @@ async function run() {
226214
if (selectedTemplate.startcommands === 'default') {
227215
console.log(installCommand);
228216
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`);
241217
} else {
242218
console.log(kleur.blue('\nNow find the setup instructions in README.md'));
243219
}

0 commit comments

Comments
 (0)