Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.1 KB

JS-Test

Build Status

Inspired by JS-Assessment

A JavaScript test for use in remote technical interviews.

RoadMap

  • Implement the rest of JS-Assessment

  • Possibly persistence/users at some point.

Contributing

  • issues and pull requests welcome!

  • New code requires test coverage, except for the adding of quiz items!

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test

Building

  • ember build (development)