I coded an react App in Stackblitz and uploaded the project on GitHub. I then tried to deploy my project on netlify from gitHub, but for some reason it’s not working. I tried deploying it manually on netlify too but it didn’t work.
@karifa You need to set your Build configuration as per the documentation and based on your project requirements, Netlify doesn’t set the values automatically.
At the moment you’ve likely not set anything and this has resulted in Netlify building nothing and deploying your source files.
Factoring all that in, you want your Build configuration to be something like:
Base directory:PillowPulse Package directory: ← don’t set or just leave as default Build command:CI= npm run build ← The CI= will prevent warnings from causing your build to fail Publish directory:build