An open API service indexing awesome lists of open source software.

https://github.com/daveinchy/overwolf-template


https://github.com/daveinchy/overwolf-template

Last synced: 23 days ago
JSON representation

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