Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 164 Bytes

INSTALLATION.md

File metadata and controls

15 lines (11 loc) · 164 Bytes

Installation

# install
npm ci

# build (output to /docs folder)
npm run build

# run locally
npm start

# open in browser
open http://localhost:8888