Note: Typings are not yet fully implemented.
yarn
yarn build
yarn start
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
.
Lint:
yarn lint
Sass:
yarn sass
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.