You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workadventure seems to be a good tool for teaching git to non-coders; you can see how everyone's changes get merged together. The repo also has automation set up to publish changes on http://xinchejian.hackerspace.live/ - making it easy to collaborate and build our virtual space together.
There are some kinks to iron out and some key points to teach. We can record and discuss ideas in this issue.
Pain points
user has to set Tiled project property to 1.8 compatibility. And that project property requires creating a tiled project first. They are working on a fix. Meanwhile I've saved this compatibility setting into the project via 2059d4b
has to install node, npm, and run npm i and npm run dev in order to preview locally.
The text was updated successfully, but these errors were encountered:
Workadventure seems to be a good tool for teaching git to non-coders; you can see how everyone's changes get merged together. The repo also has automation set up to publish changes on http://xinchejian.hackerspace.live/ - making it easy to collaborate and build our virtual space together.
There are some kinks to iron out and some key points to teach. We can record and discuss ideas in this issue.
Pain points
npm i
andnpm run dev
in order to preview locally.The text was updated successfully, but these errors were encountered: