Skip to content

STRML/strml.net

Repository files navigation

STRML.net

View Site

Building

git clone [email protected]: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