-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to build #51
Comments
Hello. Glad to hear you are interested in helping out. Check out the backend repo for instructions on how to build the backend part at https://github.com/codeforkansascity/meep-backend
…On May 20, 2019, 3:41 PM -0500, yanmeng26 ***@***.***>, wrote:
Hi,
I am interested in this project and I want to learn more to see if I can contribute to some issues.
can you explain how to build it ? since there is no instruction about building in readme.md
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, how about front end build up? |
@yanmeng26 Yes that is correct. To run the frontend, make sure you have npm installed. Move to the frontend directory and do Please feel free to reach out if you have any questions. |
@evanharmon1 @galbwe Are there any specific instructions in the backend build regarding running this project on WSL on Windows 10? When I attempt to instructions under the docker section, I get stuck after the |
@clementkng I don't think anyone has tried it using WSL yet, so there is no specific documentation for that. To clarify, is the problem that the container is running when you try to connect, but not responding, or is it that the app crashes and the container is destroyed when you try to run it? When running the app from windows 10 using powershell in admin mode, we've found that sometimes you need to restart docker before it will work, as discussed in this thread. Not sure if it applies here, but it can't hurt to try. Let us know if you still can't get up and running and we can try to figure something out. |
@galbwe Thanks for responding! I believe the container is running, but it isn't responding. When running from Powershell in admin mode, running |
@clementkng Okay. Try doing |
@galbwe I realized that |
@clementkng It could be something like running linux containers vs. windows containers. Also see here. Their error looked similar to yours. Good luck! |
@galbwe I was able to reinstall docker, verify that the backend works, and got to the sequence of instructions to build out the frontend. In the I've tried installing the dev-server package and tinkering w/ the package.json, but haven't had any luck on being able to run this command successfully. Is there a step I missed somewhere? |
@clementkng I updated the readme with installation instructions. Let us know if that works. You might want to do a |
@galbwe Thanks very much, I have a local build working now! |
@clementkng You are welcome. If you have any questions about project structure (or lack thereof), don't hesitate to ask. |
Closed since this seems to be resolved. Pinned issue for future reference. |
Hi,
I am interested in this project and I want to learn more to see if I can contribute to some issues.
can you explain how to build it ? since there is no instruction about building in readme.md
The text was updated successfully, but these errors were encountered: