Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 279 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 279 Bytes

STRML.net

View Site

Building

git clone git@github.com:STRML/strml.net.git
cd strml.net
npm install
npm run dev
# Open localhost:4003/index-dev.html in your browser

Building for Production

npm run build