Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 349 Bytes

Instructions

  • Install npm (Node.js)
  • Install Typescript (npm install -g typescript)
  • Install Browserify (npm install -g browserify)
  • git clone git@github.com:kanestapler/Bracket-Web-Page.git
  • cd Bracket\ Web\ Page/
  • npm install
  • tsc js/*.ts
  • browserify Main.js -o output.js
  • Open index.html