Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1012 Bytes

getting-started.md

File metadata and controls

42 lines (28 loc) · 1012 Bytes

Getting Started 🚀

First Steps

Installation

npm install --location=global beam-cli

Initial Setup

Run the following command to launch a setup utility which will walk you through creating a configuration file to suit your needs.

beam --setup

Run Beam

beam

The basics of how Beam works

In a nutshell, Beam will:

  • identify files within your build directory which represent pages,
  • launch a local web server to host those files,
  • run Lighthouse audit tests on those pages,
  • save the reports to local disk (if configured),
  • and display the results in an interactive GUI.

Beam attempts to use sensible default values so that very little user configuration is required to get up and running. If you find that you need to tweak the behaviour then please have a look at some of the guides below.

Guides