You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
816 B
816 B
WorkAdventure Map Starter Kit
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
The project will run at http://localhost:8080/
Licences
This project contains multiple licences:
- Code licence (all files except those for other licenses)
- Map licence (
map.json
and the map visual as well) - Assets licence (the files inside the
src/assets/
folder)