Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 436 Bytes

Kevoree

Kevoree targetting JavaScript platforms (NodeJS and Web Browsers)

More information here: http://kevoree.org

Monorepo

This repository follows the concept of monorepo with the help of Lerna.

Developers

  • yarn install (because it uses workspaces)
  • ...write code...
  • lerna run test
  • 👍