Build Status

Setup and usage

Install dependencies, and install Parcel for bundling:

npm install
npm install -g parcel

Start a development server:

npm start

Build completed project into docs/

npm build

Parcel is not included as a dependency