This is the repository for all BX Team projects. Content in this repository is published to docs.bx-team.space for viewing.
How to get docs running on your local machine for development.
- Clone the repository. If you plan to make changes, create a fork first!
$ git clone https://github.com/BX-Team/docs
- Install all required dependencies.
$ npm install
- Start the development server.
$ npm run docs:dev
This will start a local development server and open a browser window. The majority of changes will be instantly reflected live without the need to restart the development server or reload the page in your browser. Edit away!
$ npm run docs:build