Skip to content

BX-Team/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs Discord

This is the repository for all BX Team projects. Content in this repository is published to docs.bx-team.space for viewing.

Getting Started

How to get docs running on your local machine for development.

Prerequisites

Local Development

  1. Clone the repository. If you plan to make changes, create a fork first!
$ git clone https://github.com/BX-Team/docs
  1. Install all required dependencies.
$ npm install
  1. 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!

Building

$ npm run docs:build