Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 478 Bytes

multinav

a multinav menu for mobile web, was originally built in codepen

codepen multinav

requirements

  • parcel js, install it globally
    • yarn global add parcel-bundler; or
    • npm install -g parcel-bundler

run

  1. run parcel index.html on root
  2. open http://localhost:1234 on your browser