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