Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 518 Bytes

File metadata and controls

21 lines (14 loc) · 518 Bytes

Quick Start 📂

This project is hosted at: https://bmark88.github.io/file-folder-visualizer/

yarn install yarn start

Running Automation Tests

yarn test

Creating a Production Build

yarn build

Deploying to GitHub Pages

  • You must first update the "homepage" key in the package.json file to represent your github repo (i.e. "http://{GITHUB_USERNAME}.github.io/{YOUR_REPO_NAME}")
  • Once the "homepage" key reflects your gh pages URI, run the following command: yarn deploy