The documentation website for bs-decode
was created with Docusaurus.
If some aspect of bs-decode
's documentation is incomplete or incorrect, please open an issue or edit the markdown files in the /docs
folder in the root of the bs-decode
project.
If you wish to make any significant edits to the docs website, you may want to generate the static site and serve it locally for testing. To do so, clone this repo, cd
into the /website
directory (where this README is located), and run:
# Run with Yarn
yarn start
# ...or run with npm
npm run start