Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.06 KB

liferay-js-toolkit

Build Status

Setup

  1. Install NodeJS >= v6.11.0, if you don't have it yet.

  2. Run the bootstrap script to install local dependencies and link packages together:

yarn install
  1. Build all packages
yarn build
  1. Run tests:
yarn test

Useful resources

You can file any bug related to this project in the issues page.

You can also get information about released versions and their changes in the closed milestones page.

And if you want to know what's planned for the next versions, just visit the open milestones page.

To finish with, you can find the most up-to-date documentation in the project's wiki.