glimmer-demos icon indicating copy to clipboard operation
glimmer-demos copied to clipboard

A collection of benchmark demos.

glimmer-demos

Checkout the demo in action.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd glimmer-demos
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links