Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 374 Bytes

File metadata and controls

12 lines (10 loc) · 374 Bytes

How to Run

  1. Open Terminal.
  2. Type cd (with a space) and drag this folder into Terminal, then press Enter.
  3. Run this command:
    npx serve -s
  4. Open your browser to: http://localhost:3000

Note: This command requires Node.js. If you don't have it, or it says "command not found," you can use python3 -m http.server 3000 instead.