# install dependencies
$ yarn sc-setup
# serve with hot reload at 192.168.1.188:3103
$ yarn sc-dev
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
For detailed explanation on how things works, check Scutum Admin documentation.