sociallydistant/index.md
Ritchie Frodomar f58170f700 Add getting started documentation
Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
2024-10-20 00:09:36 -04:00

18 lines
1.1 KiB
Markdown

---
_layout: landing
---
# **Socially Distant** Online Manual
Welcome to the Socially Distant online manual. Socially Distant is an up-coming narrative hacking game coming to Steam. This manual is for both players and developers. You can find info on how to play the game as well as how to both mod it and contribute to it. Fidd the documentation lacking or want to contribute to it? We're accepting merge requests!
## Getting started
You can find the game's code on [GitLab](https://gitlab.acidiclight.dev/sociallydistant/sociallydistant). This is the place to submit bug reports, discuss and contribute up-coming features and fixes, and to contribute changes to this manual. Note that it is not the place to ask for help playing the game, there are better places for this such as the Discord server or Steam Community.
For more help getting started, here are some useful pages:
- [Building from source](docs/building-from-source.md)
- [Contribution guidelines](docs/contributing.md)
- [Project structure](docs/project-structure.md)
- [Code style guide](docs/code-style.md)