Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 571 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 571 Bytes

CodeFactor Build Status

Cosmos Habitation Race

A game about ...

Running

To run in webpack dev mode

yarn && yarn serve

To run in electron dev mode

yarn && yarn serve:electron

Building

To build for web

yarn && yarn build

To build for electron

yarn && yarn build:electron