Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 919 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 919 Bytes

Skein

Test Coverage

About

Skein is an interactive editor for the Yarn Dialogue language.

More information about Yarn can be found at the Yarn github page

Setup Instructions

Yarn is the preferred node package manager for Skein. We check in the yarn.lock file instead of the npm lock file. The following yarn commands can be replaced with the appropriate npm commands if desired.

Installing Dependencies

  1. Install yarn
  2. Install project dependencies yarn

Running from Command Line

yarn run start

Running Unit Tests

yarn run test

Running E2E Tests

yarn run e2e

Running linter

yarn run lint