csgow.tf frontend https://csgow.tf
Go to file
Giovanni Harting 408ee9df1e
All checks were successful
ci/someci/push/woodpecker Pipeline was successful
switched to woodpecker
2023-03-15 18:31:57 +01:00
.yarn updated yarn & deps 2023-03-01 21:49:45 +01:00
public cleanup anubis logo 2022-11-24 20:29:12 +01:00
src updated source links 2023-03-01 21:55:06 +01:00
.browserslistrc init 2021-10-04 14:46:46 +02:00
.editorconfig refactored code 2021-10-13 15:44:05 +02:00
.eslintrc.js updated core-js 2022-11-14 01:27:49 +01:00
.gitignore removed duplicate lines from gitignore 2021-10-12 20:25:34 +02:00
.woodpecker.yml switched to woodpecker 2023-03-15 18:31:57 +01:00
.yarnrc.yml updated yarn & deps 2023-03-01 21:49:45 +01:00
babel.config.js init 2021-10-04 14:46:46 +02:00
LICENSE updated README and LICENSE 2022-01-31 01:25:06 +01:00
package.json updated yarn & deps 2023-03-01 21:49:45 +01:00
README.md switched to woodpecker 2023-03-15 18:31:57 +01:00
vue.config.js fixed fonts; fixed relative url paths 2022-11-14 01:28:57 +01:00
yarn.lock updated yarn & deps 2023-03-01 21:49:45 +01:00

CSGOW.TF

Vue3 Go GPL3 Liberapay Liberapay patrons Website

status-badge

Statistics for CS:GO matchmaking matches.


Backend

This is the frontend to the csgowtfd backend.

Tips on how to contribute

  • If you are implementing or fixing an issue, please comment on the issue so work is not duplicated.
  • If you want to implement a new feature, create an issue first describing the issue, so we know about it.
  • Don't commit unnecessary changes to the codebase or debugging code.
  • Write meaningful commits or squash them.
  • Please try to follow the code style of the rest of the codebase.
  • Only make pull requests to the dev branch.
  • Only implement one feature per pull request to keep it easy to understand.
  • Expect comments or questions on your pull request from the project maintainers. We try to keep the code as consistent and maintainable as possible.
  • Each pull request should come from a new branch in your fork, it should have a meaningful name.