The awesome framework piloted by Commutatus is to give any product/technology centric company a jumpstart by following established best case practises in various domains such as engineering, product management, etc.
In consists of 4 layers for each domain -
- Principles
- Standards
- Operations
- Automation
This repository contains the documentation for the framework in addition to hosting the website accessible at awesome.commutatus.com.
Tech Stack
- Jekyll
System Requirements
- Ruby version 2.4.0 or above, including all development headers (ruby version can be checked by running
ruby -v
) - RubyGems (which you can check by running
gem -v
) - GCC and Make (in case your system doesn’t have them installed, which you can check by running
gcc -v
,g++ -v
andmake -v
in your system’s command line interface)
Third Party Tools
- There are no third party tools used yet.
Deployment
- The documentation is deployed on commits to the master branch via Github Pages
Credentials
- There are no credentials required to run this project, enjoy!
Environment Variables
- There are no environment variables used yet!
Running locally
- To run this project in localhost, do the following:
bundle install
bundle exec jekyll serve