Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

spacelephantlabs/checkr-front

Repository files navigation

checkr-front

Description

Checkr-front is a sample integration of checkr-lib.

Install

yarn

Build

Generates files in dist repository

Development (localhost) mode

yarn dev

Deployment url: http://localhost:3001

Integration mode

yarn integ

Production mode

yarn prod

Contribute

Add your name in the contributors section of package.json file

Prettify

Manually run yarn prettify

OR configure your editor with this doc

Linter

run yarn lint

Rules are defined into these projects

HTMLHINT

Manually run yarn htmlhint

Rules are in .htmlhintrc file