# Clone the repo
git clone https://github.com/hardikchopra242/Detectsy.git
cd Detectsy
# Install dependencies
npm install
# Start development server
npm start
# Clone the repo
git clone https://github.com/hardikchopra242/Detectsy.git
cd Detectsy
# Install dependencies
npm install
# Build
npm build
See what's inside the src folder
src
├── App.js
├── App.test.js
├── components
│ ├── FaceRecognition
│ │ ├── FaceRecognition.jsx
│ │ └── FaceRecognition.style.js
│ ├── Footer
│ │ ├── Footer.jsx
│ │ └── Footer.style.js
│ ├── Home
│ │ ├── Home.jsx
│ │ └── Home.style.js
│ ├── Howto
│ │ ├── Howto.jsx
│ │ └── HowTo.style.js
│ ├── ImageLinkForm
│ │ ├── ImageLinkForm.jsx
│ │ └── ImageLinkForm.style.js
│ ├── ImageSearchPage
│ │ ├── ImageSearchPage.jsx
│ │ └── ImageSearchPage.style.js
│ ├── MainSection
│ │ ├── MainSection.jsx
│ │ └── MainSection.style.js
│ ├── Navigation
│ │ ├── Navigation.jsx
│ │ └── Navigation.style.js
│ ├── Register
│ │ └── Register.jsx
│ └── Signin
│ ├── Signin.jsx
│ └── Signin.style.js
├── images
│ ├── animated.svg
│ ├── favicon.png
│ ├── sample.png
│ ├── search.svg
│ ├── signin.svg
│ └── sprinkle.svg
├── index.js
├── registerServiceWorker.js
└── styles
├── global.style.js
└── theme.config.js