ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
337 stars 90 forks source link

devcontainer for easier development setup #687

Closed zerotacg closed 9 months ago

zerotacg commented 9 months ago

vscode, clion and I'd assume other IDEs as well support devcontainer. So I'd like to contribute to get people up and running with as little steps as possible. the devcontainer is based on the azure pipeline. I also added a configuration to run the web portion of the project.

nimetu commented 9 months ago

You using main/yubo-dev branch.

Changes to live game branches should be in https://gitlab.com/ryzom/ryzom-core/ and against main/atys-live branch

If you want to contribute your changes in github, then you should use core4 as your target branch and not merge with live branches like main/atys-live or main/yubo-dev

zerotacg commented 9 months ago

it wasn't clear which platform to use. I prefere gitlab anyhow so I'll make hte merge request there.