Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 742 Bytes

count-up

A configurable Glimmer and web component wrapper around CountUp.js.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd count-up
  • yarn

Running / Development

Building

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

Further Reading / Useful Links