A ceramic project used to generate ceramic API docs.
Look at the resulting docs here: https://ceramic-engine.com/api/
- Node.js and ceramic installed on the machine
- A Unix computer (Mac or Linux. Windows is not supported).
Install node dependencies:
npm install
Then, generate documentation by running:
./gen-docs.sh
This should create a docs/
folder with generated html files using your current ceramic installation.