Metrists
GitHubGitHub
  • Introduction
  • Quick Start
  • Editor
  • CLI
    • Publishing Your Book
    • Vercel
    • Netlify
    • Railway
    • Coolify
    • AWS S3
    • Overview
    • Self-Hosted Git
    • Custom Runners
  • Reference

On This Page

  • Editor (Recommended)
  • CLI
  • What’s Next
Question? Give us feedback →Edit this page
DocsQuick Start

Quick Start

Editor (Recommended)

macOS

Download from GitHub releases.

Web (Chrome only)

Open app.metrists.com in Chrome.

Other platforms

Linux and Windows support is in development.

CLI

Install the CLI:

npm install -g metrists

Initialize a project:

metrists init
metrists watch

The CLI works in any terminal. Use it for automation, CI/CD pipelines, or if you prefer command-line interfaces.

What’s Next

  • Editor documentation
  • CLI documentation
  • Publishing guides
IntroductionEditor