Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 285 Bytes

obercube

Dat game yo

Build Setup

# install yarn
npm install yarn -g

# install dependencies
yarn install

# serve with hot reload at localhost:8080
npm run dev

# run server at localhost:8081
npm run server

# build for production with minification
npm run build