Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 229 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 229 Bytes

LDO

Install

npm install --dev

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building Static Website

npm run build