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/startStart the project#
Now, you are ready to start the project by running:
npm run devYou 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.
