squiggle/foretold/components
2022-01-12 18:33:04 +11:00
..
.vscode Change build system to Rescript 2022-01-12 18:33:04 +11:00
example Change build system to Rescript 2022-01-12 18:33:04 +11:00
showcase Change build system to Rescript 2022-01-12 18:33:04 +11:00
src Change build system to Rescript 2022-01-12 18:33:04 +11:00
.gitignore Change build system to Rescript 2022-01-12 18:33:04 +11:00
bsconfig.json Change build system to Rescript 2022-01-12 18:33:04 +11:00
logo.png Change build system to Rescript 2022-01-12 18:33:04 +11:00
package.json Change build system to Rescript 2022-01-12 18:33:04 +11:00
README.md Change build system to Rescript 2022-01-12 18:33:04 +11:00

Components

This repo has many of the relevant Foretold Components.

There's an example page in the example/App.re file. To run this, do:

yarn dev

in a separate terminal

yarn dev

Showcase component viewer

To open the component viewer, run:

yarn showcase

Showcase should then be available on http://localhost:1234/showcase/index.html, while the example page is available on http://localhost:1234/index.html (given no port conflict).

Components included are specified through showcase/Entries.re.