Skip to content

ustwo/engineering-blog

Repository files navigation

engineering-blog

Table of Contents

Introduction

A list of engineering articles from usTwo

Getting Started

New to the Project?

If you are a new developer, you'll need to first install Docker.

Once that's done, just run the command below to set up your docker container, running at port: 4000

docker-compose up

GitHub Pages with Jekyll

We are using GitHub Pages with Jekyll templates

Run locally

bundle exec jekyll serve

Note: If you get a webbrick error you need to run:

bundle add webrick