Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

FINTLabs/flais-podium-layout

Repository files navigation

FLAIS Podium Layout

npm (scoped) TypeDocs

This is a small helper library to help create a layout to run in the FINTLabs/FLAIS environment.

Checkout the awesome Podium project to learn more about Layouts and podium-lib.

Usage

Javascript

TODO

Typescript

import {DefaultOptions, startLayout} from "@fintlabs/flais-podium-layout";

const podsFile = process.env.PODS_FILE || `${process.cwd()}/pods-local.json`;

startLayout(new DefaultOptions("example",  podsFile));

In addition, you need to:

  • Create a deployment for the layout server, e.g. Docker.

DefaultOptions

See Options for for details and DefaultOptions for default values.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors