Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.42 KB

local.md

File metadata and controls

46 lines (31 loc) · 1.42 KB

Local Installation

Prerequisites

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

Installation

To install the app, run the following commands in a command line:

  • git clone https://github.com/fossasia/badgeyay
  • cd badgeyay/frontend
  • yarn install

Running locally:

To run the app locally on your machine, run the following commands in a command line:

Running Tests

  • ember test
  • ember test --server

Building

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

Further Reading / Useful Links