signdocs icon indicating copy to clipboard operation
signdocs copied to clipboard

How to run this project locally?

Open Raghav030719 opened this issue 4 years ago • 5 comments
trafficstars

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

Raghav030719 avatar Oct 07 '21 19:10 Raghav030719

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.

philgresh avatar Oct 11 '21 21:10 philgresh

Maybe it would help if there'd be an official Docker image on Docker Hub. This would probably also increase visibility of the project.

alexanderadam avatar Mar 30 '22 19:03 alexanderadam

same problem

andy3o0 avatar Sep 21 '22 12:09 andy3o0

I try this steps to run it locally:

  1. setup ruby on local machine, using rbenv is better approach
  2. install rails
  3. edit configuration file (smtp server, storage, database username and password)
  4. start with "npm run dev" (for development)

zulhyperjump avatar Nov 12 '22 05:11 zulhyperjump

I try this steps to run it locally:

  1. setup ruby on local machine, using rbenv is better approach
  2. install rails
  3. edit configuration file (smtp server, storage, database username and password)
  4. start with "npm run dev" (for development)

Followed the mentioned steps still the app is not running

biswa2411 avatar Dec 13 '22 06:12 biswa2411