Skip to content

ustwo/engineering-blog

Repository files navigation

engineering-blog

Table of Contents

  1. Introduction
  2. Getting Started
    1. New to the Project?
  3. GitHub Pages with Jekyll
    1. Run site locally

Introduction

A list of engineering articles from usTwo

Getting Started

New to the Project?

If you are a new developer, we are a docker container to development environment, just run the command below to have all things done, 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