Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 769 Bytes

readme.md

File metadata and controls

47 lines (29 loc) · 769 Bytes

Vitamins

Simple and clean visualization of 'vitamins' interview test for Vitamin London.

The assignment

You can find pdf here.

Installation

If you would like to play around with source code, install dependencies first:

npm install

or if you are using yarn:

yarn install

To compile code once run:

webpack

To trigger compilation everytime you change files in ./src run:

npm run dev

Usage

Compile sources and just open index.html file. It does not require running a server.

Docs

Install dependencies first (explained in Instalation) and then run command:

npm run make-docs

You will find docs in ./docs folder.