| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
I have archived this repository as I have decided to no longer support this project.
This is the web application for Tournify.io (English) and the corresponding Swedish site Turnering.io.
Current features
Future features
This project is based on the Golang base project and uses the Tournify package to create tournaments.
I recommend copying docker-compose.yml and creating a docker-compose.local.yml file where you can make changes. Then run the following command:
docker-compose -f docker-compose.yml -f docker-compose.local.yml up --buildThis project uses go-i18n to handle translations. Only English and Swedish is currently supported but I would gladly add more languages if someone would like to contribute.
To update languages first run goi18n extract to update active.en.toml. Then run goi18n merge active.*.toml to generate translate.*.toml which can then be translated. Finally, run goi18n merge active.*.toml translate.*.toml to merge the translated files into the active files.
Contributions are welcome and greatly appreciated. Please note that I am not looking to add any more features to this project but I am happy to take care of bugfixes, updates and other suggestions. If you have a question or suggestion please feel free to open an issue. To contribute code, please fork this repository, make your changes on a separate branch and then open a pull request.
For security related issues please see my profile, @uberswe, for ways of contacting me privately.
Please see the LICENSE file in the project repository.
| Back | FazBrowse Home | New Git URL |