3.0.2 • Published 4 years ago

airbus-for-review v3.0.2

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

Airbus for review

Installation

  • Install NodeJS.
  • Install FDT
    $ npm install --global @fontoxml/fontoxml-development-tools

Building the application

$ fdt editor build

For additional help for this command, run: $ fdt editor build --help

Serving the application

There are two ways of serving the application. Both methods stub the CMS connector endpoints.

Development server

Serving the application while building the files from source on each load.

$ fdt editor run

Build server

Serving the application directly from the dist directory.

$ fdt editor run --dist

For additional help for this command, run: $ fdt editor --help