This repo hosts the code for both keycard.tech on the master
branch (which builds and serves through gh-pages
), and dev.keycard.im on the develop
branch.
Make sure you have node.js installed first.
yarn install
,yarn run build
,hexo server
master
and pushes to deploy-master
branch, which is hosted at https://keycard.tech/.develop
and pushes to deploy-develop
branch, which is hosted at https://dev.keycard.tech/.The hosting is done using Caddy server with Git plugin for handling GitHub webhooks.
Information about deployed build can be also found in /build.json
available on the website.