This project is built using React and Vite. Follow the instructions below to set up and run the project on your local machine.
Node.js and npm (Node Package Manager) should be installed on your machine. Getting Started
git clone hhttps://github.com/Blind-Sight-AI/blindsightai_client
cd bsai_client
npm install
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.
To create a production-ready build of the project, run:
npm run build
This will generate optimized and minified assets in the dist directory.
npm run serve: Serves the production build using a local HTTP server for testing purposes.
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.