Skip to content

STRML/strml.net

Repository files navigation

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