Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 366 Bytes

DD360-DS Docs

This is the documentation website of DD360 Components

To start this project in development mode run the following steps:

1 - Deps install: npm install

2 - Run development mode: npm run dev

3 - Run build: npm run build

4 - Run preview (production compilation): npm run preview