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

2 years ago

1.0.1-rc-2

2 years ago

1.0.1-rc-1

2 years ago

1.0.1-rc-4

2 years ago

1.0.1-rc-3

2 years ago

1.0.1-rc-6

2 years ago

1.0.1-rc-5

2 years ago

1.0.1-rc-7

2 years ago

1.0.0

2 years ago

1.0.0-rc-8

2 years ago

1.0.0-rc-6

2 years ago

1.0.0-rc-7

2 years ago

1.0.0-rc-4

2 years ago

1.0.0-rc-5

2 years ago

1.0.0-rc-10

2 years ago

1.0.0-rc-14

2 years ago

1.0.0-rc-13

2 years ago

1.0.0-rc-12

2 years ago

1.0.0-rc-15

2 years ago

1.0.0-rc-2

2 years ago

1.0.0-rc-1

2 years ago