1.0.1-rc-7 • Published 2 years ago

@fintlabs/flais-podium-layout v1.0.1-rc-7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

1.0.1

3 years ago

1.0.1-rc-2

3 years ago

1.0.1-rc-1

3 years ago

1.0.1-rc-4

3 years ago

1.0.1-rc-3

3 years ago

1.0.1-rc-6

3 years ago

1.0.1-rc-5

3 years ago

1.0.1-rc-7

2 years ago

1.0.0

3 years ago

1.0.0-rc-8

3 years ago

1.0.0-rc-6

3 years ago

1.0.0-rc-7

3 years ago

1.0.0-rc-4

3 years ago

1.0.0-rc-5

3 years ago

1.0.0-rc-10

3 years ago

1.0.0-rc-14

3 years ago

1.0.0-rc-13

3 years ago

1.0.0-rc-12

3 years ago

1.0.0-rc-15

3 years ago

1.0.0-rc-2

3 years ago

1.0.0-rc-1

3 years ago