partey_workadventure/docs/dev
Alexis Faizeau d1e8243c47
Zod EVERYWHERE (#2027)
* Zod EVERYWHERE

* Add no-unused-vars rule to eslint in front

* Add no-unused-vars rule to eslint in pusher

* Add no-unused-vars rule to eslint in back

* Remove unused PlayerTexture guards

* Fix data providing on room connection

Co-authored-by: Alexis Faizeau <a.faizeau@workadventu.re>
2022-04-12 14:21:19 +02:00
..
images Developer documentation regarding scripting API 2021-12-09 12:13:16 +01:00
contributing-to-scripting-api.md Zod EVERYWHERE (#2027) 2022-04-12 14:21:19 +02:00
how-to-translate.md Implement typesafe-i18n 2022-01-24 18:59:28 +01:00
README.md Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00
wokas.md Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00

Developer documentation

This (work in progress) documentation provides a number of "how-to" guides explaining how to work on the WorkAdventure code.

This documentation is targeted at developers looking to open Pull Requests on WorkAdventure.

If you "only" want to design dynamic maps, please refer instead to the scripting API documentation.

Contributing

Check out the contributing guide

Front documentation

Pusher documentation

The Pusher is exposing its HTTP API as "OpenAPI" endpoint. You can browse this API at http://pusher.workadventure.localhost/swagger-ui/.