Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

liferay/liferay-js-toolkit

Repository files navigation

⚠️ The contents of this branch have been migrated to the liferay/liferay-frontend-projects monorepo and more specifically to the to the maintenance/projects/js-toolkit directory. Development will continue there, and this repo will be archived (ie. switched to read-only mode).


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.