This repository contains the source code for the FIB documentation.
It uses Markdown format for the documents and VitePress to render them.
Please use the GitHub issues to discuss documentation contents.
If you are experiencing any issues with FIB, please submit them at Fraud Intelligence Blockchain Freshdesk. Upon review, someone will get back to you to resolve the issue.
Additionally, you may contact FIL via email at [email protected]
- Install Node.js 16.10+
- Run
corepack prepare
- Install packages with
pnpm i
- Run dev mode with
pnpm docs:dev