Skip to content

JOEMN96/LyricMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Initial Setup

  1. Open Puppeteer in the Same Window:

  2. Get webSocketDebuggerUrl from the Following URL:

    • Open this in the Chrome browser (use the shortcut you created in the previous step).
    • Retrieve the webSocketDebuggerUrl from the JSON response.
  3. Add webSocketDebuggerUrl to .env File:

    • Inside the backend folder root, create or edit the .env file.
    • Add the following variable:
      CHROME_URI=<webSocketDebuggerUrl>
      
      Replace <webSocketDebuggerUrl> with the actual value you obtained.
  4. Build the Front End:

    • Navigate to the root of your UI folder.
    • Run npm run build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published