Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 547 Bytes

shaka-tutorial-starter

To Develop:

  1. Launch a sbt session with sbt.
  2. In the sbt console, run ~fastLinkJS, which incrementally recompiles on save.
  3. Open index.html in your browser, or optionally run something like serve in a new terminal tab for hot-reload.

To Deploy

  1. Run fullLinkJS.
  2. Copy prod.index.html to index.html on your server.
  3. Copy target/scala-3.1.2/shaka-tutorial-starter-fastopt/main.js to shaka-tutorial-starter.js on your server.
  4. Redeploy the server.