Skip to content

Commit 4616c35

Browse files
committed
Update README.md
1 parent a2b479e commit 4616c35

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,53 @@
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
55
To get started, please use [npm](https://nodejs.org) to install the required dependencies:
66
```sh
77
npm install
88
```
99

10+
Then you can build and play the project:
11+
```sh
12+
npx gulp electron-rebuild
13+
```
14+
1015
### Common tasks
1116
Common 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

0 commit comments

Comments
 (0)