two-torial/README.md

51 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2023-11-22 20:37:06 +01:00
<p align="center">
2024-07-05 12:21:26 +02:00
<img src="https://github.com/two-torial/two-torial/blob/master/docs/img/logo/github-banner.png?raw=true">
2023-11-22 20:37:06 +01:00
</p>
2023-08-30 17:14:11 +02:00
2023-11-22 20:37:06 +01:00
#
2023-11-16 13:48:34 +01:00
2024-06-09 16:23:51 +02:00
TWO-TORIAL, a compendium of information and guides about arcade games. It also serves as a comprehensive resource, providing a structured approach to setting up arcade games from specific franchises. This guide aims to offer clear instructions, troubleshooting tips, and essential information for enthusiasts and newcomers alike.
2023-09-11 00:52:05 +02:00
https://two-torial.xyz/
2023-11-16 13:48:34 +01:00
## About
2024-06-09 16:23:51 +02:00
This repository houses a guide dedicated to assisting individuals in configuring and navigating the setup process for various arcade games within this specific gaming genre. It covers essential aspects of installation, configuration, and troubleshooting, aiming to streamline the experience for users.
2023-11-16 13:48:34 +01:00
## Contributing
2024-06-09 13:23:23 +02:00
**More detailed instructions and guidelines are coming within a few days, stay tuned!**
We welcome contributions to TWO-TORIAL. To contribute, follow these steps:
2023-11-16 13:48:34 +01:00
1. Fork the Project
2023-11-16 13:50:27 +01:00
2. Create your Feature Branch (`git checkout -b feature/LeBranch`)
3. Commit your Changes (`git commit -m 'Added le feature`)
4. Push to the Branch (`git push origin feature/LeBranch`)
2023-11-16 13:48:34 +01:00
5. Open a Pull Request
2024-06-04 18:03:13 +02:00
For quick local iteration, you can setup your own [mkdocs](https://www.mkdocs.org/user-guide/installation/) environment:
1. Install the latest [Python](https://www.python.org/) and [pip](https://pip.readthedocs.io/en/stable/installing/)
2. Make sure pip is up-to-date by running `pip install --upgrade pip`
3. Change directory to the root of your forked project and run `python -m pip install -r requirements.txt`
2024-06-04 18:03:41 +02:00
4. From the same root directory run `python -m mkdocs serve`
2024-06-04 18:03:13 +02:00
2024-06-04 18:04:19 +02:00
You can now access your live preview at `http://127.0.0.1:8000/`
2024-06-04 18:03:13 +02:00
The live preview will update in real time as changes are found in your files.
2023-11-16 13:48:34 +01:00
## License
TWO-TORIAL is licensed under the Apache License 2.0. You can find the full text of the license in the [LICENSE](LICENSE) file.
2023-11-16 13:48:34 +01:00
## Additional Notes
2024-07-11 15:43:50 +02:00
The TWO-TORIAL team does not provide any tools to circumvent software copy protection, nor distribute any copyright-protected game data.
2023-11-16 13:48:34 +01:00
Documentation plays a crucial role in fostering understanding and accessibility within any domain. Detailed guides not only facilitate smoother experiences but also encourage the growth of communities by empowering individuals to engage more deeply. By documenting the intricacies of setup and configuration, this guide aims to support users in their journey through the realm of rhythm gaming.
2023-11-22 20:37:06 +01:00
Feel free to tailor or modify this template according to your preferences or specific content requirements for the repository.