Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 717 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 717 Bytes

TherapyNest

therapyNest Logo

Welcome to TherapyNest, a platform dedicated to providing mental health support and therapy services. This project is built using React and offers a user-friendly interface to connect with professional therapists.

Live Demo

Check out the live version of TherapyNest: Live Demo Link

Installation

  1. Clone the repository:
git clone https://github.com/hellomaruf/TherapyNest-client.git
cd therapynest
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. To create a production build, run:
npm run build