Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 24, 2025
1 parent 6dcdf3a commit c06231f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ npm create excalibur
3. Run `npm install` to install dependencies
4. Run `npm run dev` to start the Vite server!
5. Have fun!


## Building the NWJS app

1. Modify the nw-build.js and the NW.js manifest `public/package.json` with your info
2. Run `npm run build`
3. The `./app` folder will have your built exe

0 comments on commit c06231f

Please sign in to comment.