-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
TWE Design System: Docker live reload setup #550
Comments
Currently working on: Docker image needs to hot reload for local edit to populate. Make sure MKdocs is running |
Updated the setup instructions Just run |
Updated contributing document to include |
|
@ExperimentsInHonesty I've removed the setup the microsite locally with docker page, that information has been put into the contributing file under the installation instructions. |
There are still some edits that are not working properly Please fix. on this page https://github.com/hackforla/internship/wiki/Software-Engineer How to set up locally (See Contributing, How to set up locally ) Should go to And you should delete this |
these links need to be setup above |
✅ fixed hyperlinks to correct pages |
docker not properly reloading |
This is solved with my last commit to the design system repo Updating docs with new docker account docker run -p 8000:8000 -v $(pwd):/docs ds |
Our Docker is running to build and display the site. |
This is working on my machine but will not work on my other devs machine. Their installs do not livereload or compile. I have mac os x one dev has mac one windows. When they start the site they cant reach it at 0.0.0.0, only localhost. I can see it at both addresses |
I couldn't reproduce the problem on my windows machine. The scss recompile and livereload both work correctly for me. The commands I used from Josh are:
I added the My steps to reproduce successful recompile and live reload:
Edited to be more to the point. |
@joshfishman the devops community says why not just use localhost? What is the functional difference for your developers? |
This has been solved. It was a cache issue for existing devs. |
Overview
We need to create a docker image and process for team members so it is easier join the project and start coding
Action Items
Resources/Instructions
How to create a docker image
The text was updated successfully, but these errors were encountered: