mediamonks / frontend-coding-standards

Media.Monks - Frontend Coding Standards
60 stars 23 forks source link

Coding Standards website #84

Open psimk opened 2 years ago

psimk commented 2 years ago

Some of our tools, such as transition-component and muban have their docs in separate .md files that are then bundled into a github pages website using vupress, see:

I think we can do the same for these coding standards, as they will continue to grow, it will become more difficult to maintain everything in a single README.md (also merge conflicts aren't fun :upside_down_face:). Even Airbnb, who we are basing this guide off, have a website for their standards https://airbnb.io/javascript/.