/docs

Bit documentation website

Primary LanguageJavaScriptOtherNOASSERTION

bit.dev docs

This repo contains the source code and documentation powering docs.bit.dev.
The website is based on Docusaurus

Getting started

Installation

  1. npm i to install top level dependencies

Running locally

  1. cd website to go into the project root
  2. npm i to install the website's npm dependencies
  3. npm run start to start the development server with docs hot reloading
  4. or npm run watch to start the development server with structure changes hot reloading (slower)
  5. open http://localhost:3000 to open the site in your browser

Contributing

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.

License

MIT License.