hackforla / internship

The Internship project provides an opportunity for students to work on open source projects in the fields of software, product development, project management, and UI/UX research and design at LA’s fastest growing Civic Tech non-profit organization during their summer.
GNU General Public License v2.0
14 stars 4 forks source link

TWE Design System: Create Docker setup for microsite development #550

Open joshfishman opened 1 month ago

joshfishman commented 1 month ago

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

Brayheart commented 2 weeks ago

Currently working on: Docker image needs to hot reload for local edit to populate.

Make sure MKdocs is running

Brayheart commented 2 weeks ago

Updated the setup instructions

Just run docker run -p 8000:8000 -v $(pwd):/app {your-project-name}

Brayheart commented 2 weeks ago

Updated contributing document

to include docker run -p 8000:8000 -v $(pwd):/app internship-website-design-system so people have the command to be able to edit the design system locally

ExperimentsInHonesty commented 2 days ago
Brayheart commented 1 day ago

@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.