Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 268 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 268 Bytes

How to install

Make sure you are using yarn (version 1)

In the root folder:

yarn install

Then:

yarn compile

Ember

cd packages/ember
yarn start

Core

cd packages/core
# yarn test --watch for watch mode
yarn test