# Guides

- [Application Settings](/dev-guide/guides/application-settings.md)
- [Running the Project](/dev-guide/guides/running-the-project.md)
- [Configure your firewall and antivirus](/dev-guide/guides/running-the-project/configure-your-firewall-and-antivirus.md)
- [Building the game](/dev-guide/guides/running-the-project/building-the-game.md)
- [Joining a server](/dev-guide/guides/running-the-project/joining-a-server.md): For the purpose of debugging (maybe even playing some day), this page explain how you can join as a client in a SS3D server, in or outside the Unity editor.
- [Hosting a server](/dev-guide/guides/running-the-project/hosting-a-server.md): For the purpose of debugging (maybe even playing some day), this page explain how you can host a SS3D server, in or outside the Unity editor.
- [Setting up a dedicated server](/dev-guide/guides/running-the-project/setting-up-a-dedicated-server.md): For the purpose of debugging (maybe even playing some day), this page explain how you can open a server-only SS3D server, in or outside the Unity editor.
- [Debugging SS3D](/dev-guide/guides/debugging-ss3d.md): This page aim to show some practices that could be helpful to help you debug SS3D.
- [Maintainer Guide](/dev-guide/guides/maintainer-guide.md): This guide has for objectives to set common good practices for Maintainers to follow before merging a pull request. Also useful for contributors who want to know about our expectations.
- [Pull request review process](/dev-guide/guides/maintainer-guide/pull-request-review-process.md)
- [Testing SS3D](/dev-guide/guides/testing-ss3d.md): This page describes how testing framework.
- [Assets audit tests](/dev-guide/guides/testing-ss3d/assets-audit-tests.md)
- [Edit mode tests](/dev-guide/guides/testing-ss3d/edit-mode-tests.md)
- [Play mode tests](/dev-guide/guides/testing-ss3d/play-mode-tests.md)
- [Inventory test](/dev-guide/guides/testing-ss3d/play-mode-tests/inventory-test.md)
- [Health tests](/dev-guide/guides/testing-ss3d/play-mode-tests/health-tests.md): This describe a bunch of tests to perform when messing with things related to health.
- [Working with animations](/dev-guide/guides/working-with-animations.md)
