signdocs
signdocs copied to clipboard
How to run this project locally?
How do I run this project locally? When I do npm start after cloning the repo, it gives me my local directory as output.

Hello,
You probably need to run bundle exec install in that directory, and npm install within ./frontend. Then try running npm start in ./frontend.
Hope that helps! It's been awhile since I last opened this so I'm not 100% sure.
Cheers, Phil
On Thu, Oct 7, 2021 at 12:17 PM Raghav030719 @.***> wrote:
How do I run this project locally? When I do npm start after cloning the repo, it gives me my local directory as output.
[image: image] https://user-images.githubusercontent.com/92119783/136448286-87629a9e-3d47-4c61-9a4f-36748309ee24.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/philgresh/signdocs/issues/52, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDDDXZLDZRVEDDEYCOHTGLUFXW5PANCNFSM5FR72V7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Maybe it would help if there'd be an official Docker image on Docker Hub. This would probably also increase visibility of the project.
same problem
I try this steps to run it locally:
- setup ruby on local machine, using rbenv is better approach
- install rails
- edit configuration file (smtp server, storage, database username and password)
- start with "npm run dev" (for development)
I try this steps to run it locally:
- setup ruby on local machine, using rbenv is better approach
- install rails
- edit configuration file (smtp server, storage, database username and password)
- start with "npm run dev" (for development)
Followed the mentioned steps still the app is not running