Skip to content
/ drake Public

Glimmer component for experimenting with the Drake equation.

License

Notifications You must be signed in to change notification settings

bracke/drake

Repository files navigation

Drake equation

The Drake equation is used to arrive at an estimate of the number of active, communicative extraterrestrial civilizations in the Milky Way galaxy.

This project implements the Drake equation as a Glimmerjs component that allows you to experiment.

Demo

The following outlines the details of collaborating on this Glimmer application.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd drake
  • yarn

Running / Development

Building

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

Further Reading / Useful Links