Skip to content

cosmoshr/Game

Repository files navigation

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