Skein is an interactive editor for the Yarn Dialogue language.
More information about Yarn can be found at the Yarn github page
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.
- Install yarn
- Install project dependencies
yarn
yarn run start
yarn run test
yarn run e2e
yarn run lint