-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9f52bcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be a noob question, but how do I run v3 locally?
the package.json is inside the /server directory?
Love to help contribute.
9f52bcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @henryw4k, both the client and server are independent and have their own
package.json
files. If you just want to run the web app, you only need to npm install/start the client. This should run the React app, but resume generation won't work unless your server is started as well.v3
branch from the repo:app/client
directory and running:app/server
directory and run:Note: For resume generation to work, you also need to have LaTeX installed on your system. Check out this link: https://www.latex-project.org/get/
If you still have issues, feel free to join the Discord and chat there about the problem.