Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

st-universe/gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Nodejs required (tested with v10.16.0)
NPM required (tested with 6.9.0)

Load dependencies

npm install

Run local development server (http://localhost:8080/)

npm run serve

Build dist folder - development

npm run build-dev

Build dist folder - production

npm run build-production