Skip to content

nicross/lost-lakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost Lakes

Explore the northwoods in this submission to Comfy Jam Winter.

Getting started

To get started, please use npm to install the required dependencies:

npm install

Then you can build and play the project:

npx gulp electron-rebuild

Common tasks

Common tasks have been automated with Gulp:

Build once

npx gulp build

Build continuously

npx gulp watch

Create distributables

npx gulp dist

Open in Electron

npx gulp electron

Build and open in Electron

npx gulp electron-rebuild

Start web server

npx gulp serve

Start web server and build continuously

npx gulp dev

Command line flags

Flag Description
--debug Suppresses minification.