Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 307 Bytes

File metadata and controls

24 lines (15 loc) · 307 Bytes

binqry

Source codes of the site https://binqry.github.io/ .

Edit Contents Locally

Prerequisites

  • Python 3.x

Setup

pip install -r requirements.txt

Preview Site

mkdocs serve

Deployment

A workflow of GitHub Actions is configured by .github/workflows/gh-pages.yml .