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:
- Node.js (version X or above) installed. You can download it from nodejs.org.
- [Optional] Other global or local prerequisites specific to your project.
To install , follow these steps:
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 , execute the following command:
npm run devThis 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 buildThis 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