inrupt / docs-react-sdk

Documentation for the Inrupt Solid React SDK

Home Page:https://docs.inrupt.com/developer-tools/javascript/react-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs-react-sdk

The repository for Inrupt Solid React SDK documentation https://docs.inrupt.com/developer-tools/javascript/react-sdk.

The SDK API documentation, via Storybook, is built separately from the manual.

To Build

To build:

  1. Prereq: python3, Node.js.

  2. Optional but recommended. Create a virtual env.

    python3 -m venv <path to the new virtual environment>
    source <path to the new virtual environment>/bin/activate
  3. Go to the cloned repo directory:

    cd

  4. Install the docs requirements (different from API docs requirements):

    pip install -r requirements.txt
  5. Make the docs.

    make dirhtml

When finished, can deactivate your virtual env.

Copyright

© Copyright 2020-present, Inrupt Inc.

Third Party Licenses

The requirements.txt lists the 3rd party libraries used. For the licenses, see the shared inrupt/docs-assets.

About

Documentation for the Inrupt Solid React SDK

https://docs.inrupt.com/developer-tools/javascript/react-sdk/


Languages

Language:Python 65.4%Language:Makefile 34.6%