https://github.com/ghostinthewires/Engineering-Handbook
This handbook template outlines your general approach to engineering and contains everything you need to know to start shipping code at Ghostinthewires Inc.
https://github.com/ghostinthewires/Engineering-Handbook
azure dev developer developer-tools development devops engineering engineering-enablement engineering-management engineering-team
Last synced: 9 months ago
JSON representation
This handbook template outlines your general approach to engineering and contains everything you need to know to start shipping code at Ghostinthewires Inc.
- Host: GitHub
- URL: https://github.com/ghostinthewires/Engineering-Handbook
- Owner: ghostinthewires
- License: mit
- Created: 2022-02-16T14:06:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T03:58:43.000Z (over 1 year ago)
- Last Synced: 2024-11-13T15:49:04.740Z (about 1 year ago)
- Topics: azure, dev, developer, developer-tools, development, devops, engineering, engineering-enablement, engineering-management, engineering-team
- Language: CSS
- Homepage: https://ghostinthewires.github.io/Engineering-Handbook/
- Size: 2.43 MB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ghostinthewires/Engineering-Handbook - This handbook template outlines your general approach to engineering and contains everything you need to know to start shipping code at Ghostinthewires Inc. (CSS)
README
# Engineering Handbook Template 🔥
## 🔥 - A Blazing Fast, OpenSource Engineering Handbook Template for Engineering Teams who want to go further, faster 🚀
## [Demo Link](https://ghostinthewires.github.io/Engineering-Handbook/) 🔗
## Features
- ### **Easy to Setup 💯**
- ### **Free to Use ( OpenSource ) 🥳**
- ### **Fully Responsive 🚀**
- ### **Super Fast and Optimized for SEO ⚡**
- ### **Great Audits Score 🎖️**

## Technologies used 🛠️
- **HTML** 🚀
- **CSS** 🚀
- **JavaScript** 🚀
- **Jekyll** 🚀
## Deployment 📦
I highly recommend using GitHub pages **[FREE]**.
The main branch is built using Jekyll on each commit and automatically deployed by GitHub and displayed at the [DEMO LINK](https://ghostinthewires.github.io/Engineering-Handbook/) (You can also CNAME this to your own domain, like we do at [here](https://engineering.firstport.co.uk/)
## Build & run locally 🔧
Assuming you are on Windows, first install [Ruby+Devkit 2.7.X (x64)](https://rubyinstaller.org/downloads/)
Currently GitHub Pages does not support Ruby 3.X.X so we do not recommend using this locally. (However, if you did, you would also need to run "bundle add webrick" as per [issue](https://github.com/github/pages-gem/issues/752))
```powershell
# Clone this repository
git clone https://github.com/ghostinthewires/Engineering-Handbook.git
# Go into the repository
cd Engineering-Handbook
# Build & serve
bundle install
bundle exec jekyll serve
```
Now browse to http://127.0.0.1:4000
## Give a Star ⭐
If you like this project then give it a **Github** star by pressing the **Star** button ⭐
## Author 👨💻
Feel free to follow me on [Twitter](https://twitter.com/GhostInTheWire5)
## License 📄
This project is licensed under the **MIT** License - see the [LICENSE](LICENSE) file for details