Visit here: https://psych-ai.vercel.app/
This application is built using Google Gemini AI, React, Tailwind CSS and Vite.
Before you begin, ensure you have met the following requirements:
To install
git clone https://github.com/yourusername/yourprojectname.git
cd yourprojectname
npm install
[Optional section: provide instructions on how to configure your application, such as setting environment variables or editing configuration files.]
To run
npm run dev
This command starts a local development server. Open http://localhost:3000 (or another port if you've configured it differently) in your browser to view the application.
To build the application for production, use:
npm run build
This command builds the app for production to the dist
folder. It correctly bundles your application in production mode and optimizes the build for the best performance.
To preview the production build, you can run:
npm run preview