Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 637 Bytes

Feedr Technical Challenge

Thank you for taking the time to attempt this challenge.

These tests are used to evaluate candidates of all skill levels so please complete them to a level you feel is an accurate representation of your skill set.

Please read README-FRONTEND.md for further instructions.

If you have any questions or would like to clarify any details, please email [email protected].

Good luck!

Quick Start

Fork the repository, clone it to your local system, then:

Install dependencies

yarn (or npm install)

Start development server

yarn dev (or npm run dev)

Run tests

yarn test (or npm run test)