JobAdder design system based on ng-zorro
- scales-library: the main scales design system library project. It contains all the components and custom themes.
- scales-sandbox: sandbox project for the scales library, a playroom for checking and paly with the components.
- scales-site: document site project for the scales library.
- Yarn - Install if not already on your system
- Configure the Angular CLI to use yarn as opposed to npm with the following command
ng config -g cli.packageManager yarn
Install dependencies
yarn install
Start developing with project
ng serve project-name: ng serve scales-site
For more info: