1.0.1-rc-7 • Published 7 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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

7 months ago

1.0.1-rc-2

8 months ago

1.0.1-rc-1

8 months ago

1.0.1-rc-4

8 months ago

1.0.1-rc-3

8 months ago

1.0.1-rc-6

7 months ago

1.0.1-rc-5

8 months ago

1.0.1-rc-7

7 months ago

1.0.0

1 year ago

1.0.0-rc-8

1 year ago

1.0.0-rc-6

1 year ago

1.0.0-rc-7

1 year ago

1.0.0-rc-4

1 year ago

1.0.0-rc-5

1 year ago

1.0.0-rc-10

1 year ago

1.0.0-rc-14

1 year ago

1.0.0-rc-13

1 year ago

1.0.0-rc-12

1 year ago

1.0.0-rc-15

1 year ago

1.0.0-rc-2

1 year ago

1.0.0-rc-1

1 year ago