|
|
|
|
|
by TheSaifurRahman
807 days ago
|
|
Not sure if you watched the YT video. But here is how it works. 1. You clone our starter, which is a Next.js boilerplate with our UI package (uses shadcn): `npx creoctl@latest init` 2. You run npm run dev, and this starts the local server. You'll get a chat prompt on the screen where you can ask the AI to make the changes, and it'll write the changes to the disk, or you can write code by yourself in your IDE. 3. You push it to GitHub. 4. You create a new organization on https://app.trycreo.com and connect your repository. 5. You access your tools from the dashboard. You'll need to connect to your own database, we currently do not offer managed database instances. |
|