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.
Javascript
TODOTypescript
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.
See Options for for details and DefaultOptions for default values.