Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 767 Bytes

dev_info.md

File metadata and controls

22 lines (16 loc) · 767 Bytes

Developer information

Building

  1. Install NodeJS and Yarn if you haven't already.
  2. Clone this repo. Usually with git clone https://github.com/njshockey/bst-graph.git.
  3. Open the root directory in your terminal and install the necessary npm packages with yarn.
  4. To run the development server to test changes, run yarn dev and to build the production version, run yarn build. Built files will be in the dist folder.
    • To preview the build, run yarn preview.

Source mirrors

Customizing

For customization instructions, see customization.md.