Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 578 Bytes

ACME Clients

Documenting the most popular (and maintained) ACME Client options across multiple operating systems and technologies.

https://acmeclients.com

This sites use 11ty as a static site (Windty is a basic template using 11ty and Tailwind, and deploys to github pages).

Edits to the list of documented clients can be made by submitting a PR for main/src/_data/clients.json

How to Dev/Build

  1. Install dependencies: npm install
  2. Start development: npm start
  3. See your website at http://localhost:8080/
  4. To build the release version: npm run build