Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 256 Bytes

StreamLine

To run StreamLine locally:

Open a terminal in VSCode, starting in the StreamLine Directory

npm install

To activate dev version:

npm run dev

To compress for production:

npm run build

To view production version:

npm run preview