Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
/ homepage-old Public archive

Yorkie homepage and documentation.

Notifications You must be signed in to change notification settings

hackerwins/homepage-old

Repository files navigation

yorkie-homepage

Netlify Status

Layout

The homepage is deployed to AWS and the configuration is shown below. This repository is used to distribute static pages.

[Route53]
 ㄴ yorkie.dev     - [gh-pages]    # for serving static pages
 ㄴ api.yorkie.dev - [EKS]         # for serving API

Build

Yorkie Homepage uses Jekyll.

$ bundle install
$ bundle exec jekyll s

Homepage requires local applications such as Envoy, Yorkie. To start them:

docker-compose -f docker/docker-compose.yml up --build -d

And connect http://localhost:4000 via web browsers.