# README

### Welcome to the Flow Trade Documentation <a href="#welcome-to-prism-ai" id="welcome-to-prism-ai"></a>

### Step 1: Clone the repository using the project's Git URL. <a href="#step-1-clone-the-repository-using-the-projects-git-url" id="step-1-clone-the-repository-using-the-projects-git-url"></a>

git clone \<YOUR\_GIT\_URL>

### Step 2: Navigate to the project directory. <a href="#step-2-navigate-to-the-project-directory" id="step-2-navigate-to-the-project-directory"></a>

cd \<YOUR\_PROJECT\_NAME>

### Step 3: Install the necessary dependencies. <a href="#step-3-install-the-necessary-dependencies" id="step-3-install-the-necessary-dependencies"></a>

npm i

### Step 4: Start the development server with auto-reloading and an instant preview. <a href="#step-4-start-the-development-server-with-auto-reloading-and-an-instant-preview" id="step-4-start-the-development-server-with-auto-reloading-and-an-instant-preview"></a>

```
npm run dev
```

```
## What technologies are used for this project?

This project is built with:

- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
```
