Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 616 Bytes

docs Source

This directory contains React.js source for building website into docs/.

Running on Local

  1. Run npm run start

Deployment

  1. Remember to copy src/jellify.js to docs_src/public/js/jellify.js first
  2. Run npm run build
  3. Delete the old docs/
  4. Copy files from build/ to docs/

Testing Deployed Files

  1. Copy files from build/ to jellify-ur-website/
  2. Start a live server from jellify-ur-website/

UI References