Skip to content

README & Setup

Kiro adds all the information you need to README.md, including setup instructions, dependencies, and how to run the application.

README.md file generated by Kiro with setup and run instructions

  1. Follow the README instructions

    While you can ask Kiro to run the setup for you, it’s still good practice to follow the instructions in README.md manually. This helps you understand the project structure and dependencies.

    Terminal showing installation of Python requirements

  2. Install backend dependencies

    Install Python requirements
    pip install -r requirements.txt
  3. Install frontend dependencies

    Install frontend packages
    npm install