Skip to content

how to run local to create pr #430

Answered by IRHM
reitenth asked this question in Q&A
Mar 24, 2024 · 1 comments · 11 replies
Discussion options

You must be logged in to vote

Hey @reitenth, these steps should work:

  1. Clone the code:
    git clone https://github.com/sbondCo/Watcharr.git && \
    cd Watcharr
    
  2. Download frontend dependencies by running npm i in project root folder.
  3. Download server dependencies by running go get . in the server folder.
  4. In the projects root folder again, open up two terminals. In the first, you can run the server with npm run server and in the second, you can start a development frontend server with npm run dev.

Note: the frontend dev server (vite) will automatically update when you make changes, but the server needs a manual restart for changes to be reflected.

Edit: Created a guide for this on the docs site: https://watcharr.app/docs/ins…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@reitenth
Comment options

@IRHM
Comment options

@IRHM
Comment options

@reitenth
Comment options

@IRHM
Comment options

Answer selected by IRHM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants