• Valdez Jonas
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,
I am working on test LWCOSS and need to deploy in Github pages. Now my github site is not rendering.
my github site: https://forcelearn.github.io/LWCOSSTest/
my git source repo
https://github.com/forcelearn/LWCOSSTest
"predeploy": "yarn build",
        "deploy": "gh-pages -d build",
        "watch:production": "lwc-services watch --mode=production"
if i test with react application its rendering perfectly
I have added below code in package.json under scripts to work in react
"predeploy": "yarn build",
      "deploy": "gh-pages -d build"
 https://forcelearn.github.io/testreactapp/ (https://forcelearn.github.io/testreactapp/)

anyone can help?

Thanks,
Bhanu Prakash