BlindSightAI

React + Vite

This project is built using React and Vite. Follow the instructions below to set up and run the project on your local machine.

Prerequisites

Node.js and npm (Node Package Manager) should be installed on your machine. Getting Started

Clone the repository to your local machine:

git clone hhttps://github.com/Blind-Sight-AI/blindsightai_client

Navigate to the project directory:

cd bsai_client

Install project dependencies:

npm install

Running the Project

Start the development server:

npm run dev

This will start the Vite development server and open the project in your default web browser.

Access the project in your browser at http://localhost:5173.

Building for Production

To create a production-ready build of the project, run:

npm run build

This will generate optimized and minified assets in the dist directory.

Additional Scripts

npm run serve: Serves the production build using a local HTTP server for testing purposes.

Project Structure

src: Contains the source code of the React application.

public: Contains static assets that will be served as-is.

dist: Output directory for the production build.