Skip to content

Quickstart

  1. Install

    Terminal window
    pnpm i -D @reuters-graphics/graphics-kit-publisher
  2. Add a config file to the root of your project. See config options.

    publisher.config.ts
    import { defineConfig } from '@reuters-graphics/graphics-kit-publisher';
    export default defineConfig({
    // Config options
    });
  3. Publish a preview of your project.

    Terminal window
    pnpm graphics-publisher preview
  4. Upload your project to the graphics server.

    Terminal window
    pnpm graphics-publisher upload
  5. Publish your project.

    Terminal window
    pnpm graphics-publisher publish
  6. Go to the pub. ๐Ÿบ