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
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.