Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.41 KB

README.md

File metadata and controls

37 lines (24 loc) · 2.41 KB

8fold Mastering the Mundane for HTML, CSS, JavaScript, and PHP

This website is for the individual coaching practice of Josh Bruce called Mastering the Mundane.

This repository is a public display of Trunk Based Development, Evolutionary Architecture, and a loose interpretation of Hexagonal Architecture.

Installation

  1. Clone the repository
  2. Start a locally hosted PHP web server (these instructions will use a free third-party application)
    1. Download MAMP (not available for Unix or Linux)
    2. Install and launch MAMP
    3. Click preferences
    4. Click server
    5. Change the root directory to /path/to/site-mastering-the-mundane.com/site-root/public (or local, if available)
    6. Click OK
    7. Click Start (upper right on macOS or start servers on Windows)
    8. Your default browser should automatically launch, displaying a MAMP marketing page
    9. Remove everything after /MAMP in the URL and hit Enter

You should see the same Mastering the Mundane website that you could find on the public web. Not only that, but you should be able to navigate around just like you would on the public web.

Contributing

If you feel so inclined to contribute back to improving the codebase, please do so.

Note: For now, you can push directly to main as well. However, if things start going pear-shaped because we aren't operating in a pair-shaped manner, we'll need to enforce short-lived branches and pull requests.

Also, watching the first 8m 30s of this talk should help.

Details

It feels like we, the web development community, have a fair amount of limiting beliefs when it comes to web design and development. I'm sure part of that is on me and what I get exposed to. I'm sure it's also reinforced due to working with certain clients.

Other

{links or descriptions or license, versioning, and governance}