Presenting to you: another React résumé. Extremely original yet extremely useful for showing off.
- Install Yarn if you haven't already.
- Clone this repo. Usually with
git clone https://github.com/njs-guy/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 dev
and to build the production version, runyarn build
. Built files will be in the dist folder. - To preview the build, runyarn preview
.