Skip to content
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 running realtime for development #37

Closed
eva-thientran opened this issue Nov 23, 2017 · 2 comments
Closed

How to running realtime for development #37

eva-thientran opened this issue Nov 23, 2017 · 2 comments

Comments

@eva-thientran
Copy link

Hello all,
I have a question about how to running real time when I edits the code, currently I have take look docs at https://www.minds.org/docs/install/preparation.html it only have a option to build for production

npm run build

I guess have option something like ionic server or ng serve but it did not work, anyone have suggestion for that. Thanks

@ghost
Copy link

ghost commented Mar 20, 2018

I don't think you can see the result of your modified frontend code in real time. So after modifying your code instead of using "npm run build" command use "gulp build --env=development" and you'll have the output.

@markharding
Copy link
Member

Checkout https://github.com/Minds/front/blob/master/.drone.yml#L14 for the build commands (this is what production runs on).

Merging to Minds/minds#93 to make our docs more clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants