Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 408 Bytes

Billiards

Installation and Use

  1. Clone this repository.

     git clone github:HarrisonMc555/billiards.git
    
  2. Install npm modules.

     npm install
    
  3. Build the package.

     npm run build
    
  4. Open the index.html file using your preferred web browser. For example:

     xdg-open index.html
    

Notes

This has only been tested on Google Chrome v71 on Ubuntu Linux 18.04.