File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 1- # Project Ephemera
2- Unearth a forgotten game console in this submission to [ SYNTH jam ] ( https://itch.io/jam/synth -jam ) .
1+ # Lost Lakes
2+ Explore the northwoods in this submission to [ Comfy Jam Winter ] ( https://itch.io/jam/comfy -jam-winter-2025 ) .
33
44## Getting started
55To get started, please use [ npm] ( https://nodejs.org ) to install the required dependencies:
66``` sh
77npm install
88```
99
10+ Then you can build and play the project:
11+ ``` sh
12+ npx gulp electron-rebuild
13+ ```
14+
1015### Common tasks
1116Common tasks have been automated with [ Gulp] ( https://gulpjs.com ) :
1217
1318#### Build once
1419``` sh
15- gulp build
20+ npx gulp build
1621```
1722
1823#### Build continuously
1924``` sh
20- gulp watch
25+ npx gulp watch
2126```
2227
2328#### Create distributables
2429``` sh
25- gulp dist
30+ npx gulp dist
2631```
2732
2833#### Open in Electron
2934``` sh
30- gulp electron
35+ npx gulp electron
3136```
3237
3338#### Build and open in Electron
3439``` sh
35- gulp electron-build
40+ npx gulp electron-rebuild
3641```
3742
38- ### Start web server
43+ #### Start web server
3944``` sh
40- gulp serve
45+ npx gulp serve
4146```
4247
43- ### Start web server and build continuously
48+ #### Start web server and build continuously
4449``` sh
45- gulp dev
50+ npx gulp dev
4651```
4752
4853#### Command line flags
You can’t perform that action at this time.
0 commit comments