Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

casadotdev/examples

Repository files navigation

examples

🪀 Example codebases with workflows that you can run on Casa.

instructions

  1. Clone this repository

    MY_EXAMPLES_DIR="examples"
    mkdir $MY_EXAMPLES_DIR
    git clone https://github.com/casadotdev/examples.git $MY_EXAMPLES_DIR && cd $MY_EXAMPLES_DIR
  2. Sign in to Casa and create your team (if you haven't already done so) and a codebase for these examples: https://casa.dev/signin

  3. Add a new origin to the repository you cloned. It needs to include your team name and codebase name like so:

    MY_TEAM_NAME="the-groovy-greyhounds"
    MY_CODEBASE_NAME="ai-api"
    git remote add casa https://casa.dev/$MY_TEAM_NAME/$MY_CODEBASE_NAME.git
  4. Grab your git username/password for your casa profile: https://casa.dev/profile (click "Generate API Token").

  5. Push up the code!

    git push casa main
  6. Run some workflows! Go to https://casa.dev/$MY_TEAM_NAME/$MY_CODEBASE_NAME/main/workflows and click "Sync" to create and run your workflows.

  7. Write some docs, write some code, run some workflows to deploy stuff, train models, do inference, and more! 🔥

help & questions

get in touch with us in the #feedback channel in discord