https://github.com/daveinchy/overwolf-template
https://github.com/daveinchy/overwolf-template
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daveinchy/overwolf-template
- Owner: DaveInchy
- Created: 2022-12-14T08:45:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T09:57:39.000Z (over 3 years ago)
- Last Synced: 2025-01-02T23:43:06.646Z (over 1 year ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Notes
This is a template I used and created for building my first ever overwolf application for a game called `New World`.
Thats then also the game this template is set up for, Read the next parts to make sure it works for `your game`.
# Game Setup
Change [global.ts](__blank) & [manifest.json](__blank) with the `game specific id code`.
you can find the numbers representing your game on overwolf's documentation, there is a nice searchbar!
# Command Usage
# Development & Release
$ npm run dev # JIT Webpack (build/)
$ npm run serve # Live Server (localhost)
$ npm run build # Webpack (build/)
$ npm run package # Package (packages/*.opk)
# CLI Debug Server @ localhost:8080/
$ npm run debug
# HTTP(S) Backend Server @ locahost:80/api
$ npm run api
##### Author: DaveInchy on GitHub.io