Skip to content

othaldo/workadventure-ds

 
 

Repository files navigation

WorkAdventure Map Start DS-HQ

map

This is a starter kit to help you build your own map for WorkAdventure.

To understand how to use this starter kit, follow the tutorial at https://workadventu.re/map-building.

Installation

With npm installed (comes with node), run the following commands into a terminal in the root directory of this project:

npm install
npm run start

Dist And Tunnel Shortcuts

You can now use these shortcuts for WorkAdventure publishing/testing workflows:

# Build once, then start static server + tunnel together
npm run start:dist

# Live mode: no rebuild needed after each change (auto update) + tunnel
npm run start:live

If you use VS Code, open Run and Debug and select:

  • WA: Start Dist (Build + Tunnel)
  • WA: Start Live (Auto-Update + Tunnel)

Licenses

This project contains multiple licenses as follows:

About third party assets

If you add third party assets in your map, do not forget to:

  1. Credit the author and license with the "tilesetCopyright" property present in the properties of each tilesets in the map.json file
  2. Add the license text in LICENSE.assets

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.assets
Unknown
LICENSE.code
Unknown
LICENSE.map

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 52.4%
  • TypeScript 46.4%
  • JavaScript 1.2%