diff --git a/packages/actor-core-cli/src/commands/create.tsx b/packages/actor-core-cli/src/commands/create.tsx index 304b57bed..7f35b698c 100644 --- a/packages/actor-core-cli/src/commands/create.tsx +++ b/packages/actor-core-cli/src/commands/create.tsx @@ -197,10 +197,10 @@ export async function action( ))} )} - + ▸ To get started, run - + cd {wd} {cmd(platformOptions.cmds.run)} dev @@ -208,28 +208,31 @@ export async function action( {platformOptions.deployable ? ( <> ▸ To deploy, run - + {cmd(platformOptions.cmds.run)} deploy ) : null} - ▸ Integrate your client of choice - - React: https://actorcore.org/frameworks/react - Node.js & Bun: https://actorcore.org/clients/javascript - Rust: https://actorcore.org/clients/rust - - ▸ Documentation - - - https://actorcore.org/ + + + Overview + React + Node.js & Bun + Rust + + + https://actorcore.org/overview + https://actorcore.org/frameworks/react + https://actorcore.org/clients/javascript + https://actorcore.org/clients/rust + - ▸ Support ActorCore, give us a star + ▸ Star ActorCore on GitHub - + https://github.com/rivet-gg/actor-core