Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 425 Bytes

File metadata and controls

9 lines (7 loc) · 425 Bytes

Contributing Guidelines

Manual Installation

  • clone the repository to your local machine using git clone https://github.com/SSameer20/SkinAI.git
  • Now setup client by navigating to client folder cd client and run following commands
  • npm install and to start the application npm run dev
  • server setup follows same go back to root folder cd server and navigate to server
  • npm install and run np run dev