Step 1: Checkout the repo
Checkout the repository
We'll begin by checking out the base code of the todo list app.
GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 https://github.com/CopilotKit/CopilotKit.git
cd CopilotKit/examples/starters/todos-app/start
Install dependencies
To install the dependencies, run the following:
npm install
Start the project
Now, you are ready to start the project by running:
npm run dev
You should be able to go to http://localhost:3000 and see the todo list app. Feel free to play around with the app to get a feel for it.
Next, let's start adding some AI copilot superpowers to this app.