Usage
Requirements
node
10 and aboveember-cli & ember-source
2.18 and above
Installation
Installing Homebrew on Mac
Follow the steps on Homebrew
Installing node via Homebrew
To install latest node:
brew install node
Installing ember-cli
To install ember-cli globally you must do the following:
npm install -g ember-cli
Installing nucleus
To use Nucleus in your projects, you need to install the addons via ember install:
ember install @freshworks/ADDON_NAME
Check the corresponding component's documentation page for more details.