From c98fe15b7747c08376fec5085a3cc5e9d07f6873 Mon Sep 17 00:00:00 2001 From: Tyler Bray Date: Wed, 24 Apr 2024 10:56:27 -0700 Subject: [PATCH 1/2] updated readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca07124..291f21e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This design system is a project of _Hack for LA_. It helps teams customize and develop their websites and applications. This design system is meant to provide necessary web components and make them easy to customize. -It runs on docker like so - 'docker run -p 8000:8000 mkdocs-site' - +It runs on docker like so - 'docker run -p 8000:8000 -v $(pwd):/app {your-project-name}' ### Wiki + For more information on contributing [Software Engineer Wiki](https://github.com/hackforla/internship/wiki/Software-Engineer) @@ -18,16 +18,14 @@ For more information on contributing - [SASS](https://sass-lang.com/) - [Docker](https://docker.com) - - - This is a project of _Hack for LA_, please [Join here](https://www.hackforla.org/join) - Join the team on Slack on [#internship](https://hackforla.slack.com/archives/C01VAUPU788) # Contributing -- [How to Contribute](CONTRIBUTING.md) +- [How to Contribute](CONTRIBUTING.md) # Contact info From a285064580fc908c563d1cabbf8f7c9c82206de3 Mon Sep 17 00:00:00 2001 From: Alex Constas <82304192+aconstas@users.noreply.github.com> Date: Sat, 11 May 2024 12:49:54 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 291f21e..df7316f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ This design system is a project of _Hack for LA_. It helps teams customize and develop their websites and applications. This design system is meant to provide necessary web components and make them easy to customize. -It runs on docker like so - 'docker run -p 8000:8000 -v $(pwd):/app {your-project-name}' +It runs on docker like so: +```bash +docker run -p 8000:8000 -v ${PWD}:/app mkdocs-site +``` ### Wiki