8000 GitHub - the-stencil-io/the-stencil-composer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

the-stencil-io/the-stencil-composer

Repository files navigation

This repository has been deprecated and is no longer maintained.

Codebase has been moved and is now maintained in https://github.com/digiexpress-io/digiexpress-parent

The Stencil Composer v1.0

Description

Multi-language content editor for client service portals connecting text-based content, links, workflows/integrations, and release management.

For end-user documentation, see the wiki

the-stencil-composer contains built-in mock data and can be run independently of the backend

Requirements

TODO

Local testing

To run the Stencil locally, with backend and local database, run these commands

/the-stencil-parent
mvn clean install

/the-stencil-parent/dev-tools/demo-app
mvn compile quarkus:dev

/the-stencil-composer
yarn start


yarn start has two implementations:

1. Run stencil-composer with mock data and no backend

In src/index.tsx

   const service = StencilClient.mock();
// const service = StencilClient.service({ config: { url: "http://localhost:8080/q/ide-services" }});

2. Run stencil-composer with backend

  • /the-stencil-parent/dev-tools/demo-app
    mvn compile quarkus:dev

  • /the-stencil-composer/src/index.tsx
    Comment out StencilClient.mock();

// const service = StencilClient.mock();
   const service = StencilClient.service({ config: { url: "http://localhost:8080/q/ide-services" }});

  • /the-stencil-composer
    yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0