saadq / resumake.io

đź“ť A website for automatically generating elegant LaTeX resumes.
https://resumake.io
MIT License
3.27k stars 443 forks source link

Use Docker to install and run the app #225

Closed AndreaPi closed 9 months ago

AndreaPi commented 10 months ago

I see there's a merged PR to run resumake locally using Docker:

https://github.com/saadq/resumake.io/pull/152

However, there's no Dockerfile in the repository. How can I run this using Docker?

ducaale commented 9 months ago

Hi @AndreaPi, with #227 we no longer require LaTeX installation for a simpler setup and enhanced privacy. I will close this issue, but please let me know if you still need Docker to run Resumake locally.

AndreaPi commented 9 months ago

@ducaale to let you know if I need Docker, first of all I need to know how to install & run resumake now. There's no install guide in the README.md anymore. How do I install this software?

ducaale commented 9 months ago

Hey @AndreaPi, the only requirement is to have Node v20 installed locally. After that, you can run npm i to install dependencies and npm run dev to run the project.

AndreaPi commented 8 months ago

Thanks for the answer @ducaale. I don’t want to install npm on my system, so yes, I need Docker to run resumake locally. Can you provide a Dockerfile? Thanks in advance