Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

thetextilecode/opensft.org

Repository files navigation

opensft.org

Netlify Status

Installation

yarn

Build & Run

yarn build yarn start

Development

yarn dev

Please do not modify the next-env.d.ts file. It ensures Next.js types are picked up by the TypeScript compiler. If you need to add an interface please add it to types.d.ts.

Other Commands

Lint: yarn lint

Sass: yarn sass

Components

Tooltippy

Pass a tooltip from within your MDX file using React Bootstrap's Tooltip, and a custom wrapper for it:

import Tooltippy from "./Tooltippy";

## Hello
An <Tooltippy tooltipText={`Free as in free speech, not free beer.`} triggerText={`inline`}/> tooltip.