This repo contains the source code and documentation powering docs.bit.dev.
The website is based on Docusaurus
npm ito install top level dependencies
cd websiteto go into the project rootnpm ito install the website's npm dependenciesnpm run startto start the development server with docs hot reloading- or
npm run watchto start the development server with structure changes hot reloading (slower) open http://localhost:3000to open the site in your browser
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
You can just hit the "Edit" button on each page to make change to the content of the page.
Images should be placed in the docs/assets files and be linked into.
MIT License.