Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 366 Bytes

http://matthewparrilla.com/mansfield-stake

Transpile javascript

Due to reports of the page not working in old versions of Safari and Edge, I need to transpile the JS.

To install the needed packages:

npm install

Then to transpile from src/script.js to static/script.js, run

npm run transpile