Skip to content

🏁 Getting Started

🧩 build.visualli.ai

What is it?

build.visualli.ai is a collaborative dev workspace that allows devs to work on Visualli.ai projects from anywhere in the world, without having to set up or configure their local development environment. All you need is a browser and an internet connection.

Why?

  • Faster to get started, as we aspire devs to be able to commit, submit and merge their PRs on their day-1️⃣ without any friction.
  • OS and Version mismatch of dependencies between local and runtime environments is a common problem, and we want to avoid it worked on my machine problem by all means.

How?

  • Ensure your personal workspace is started first.
  • Go to πŸ‘‰ https://build.visualli.ai, login using your @visualli.ai creds.

  • Click on your workspace and Get Go! πŸš€

NOTE: GitHub Copilot and other GitHub extensions are pre-configured.

⬇️ Clone Repos

  • Open VS Code, and clone the following repositories as shown below:

    • visualli.ai - https://github.com/visualli-ai/visualli.ai

      Full-stack repo of Visualli.ai (frontend, backend, ai-engine, official website, etc)

    • wiki.visualli.ai - https://github.com/visualli-ai/wiki.visualli.ai

      Repo consists of the documentation for Visualli.ai (this wiki)

    • visualli-labs - https://github.com/visualli-ai/visualli-labs

      Repo consists of all the experimental stuff for Visualli.ai

  • Select Clone Repository -> Clone from GitHub

  • Click Allow

  • Choose visualli-bot if it appears

  • If visualli-bot does not appear above, then follow Sign in to GitHub, the username/password auto-fills itself

  • Check your @visualli.ai inbox for the verification code

  • Enter the verification code, Voila!

‴️ Pull Requests / Workflow

  • Follow the dev workflow as described here
  • Submit your PR using the VS Code extensions (GitHub Pull Requests) as shown below