Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Warzone's website

License

NotificationsYou must be signed in to change notification settings

Warzone/website

Repository files navigation

Warzone's website is built with React. This ties in with Warzone'sTGM project to display information like player leaderboards, individual player stats, as well as detailed match info.

Contributing

Setup

  1. Setup theAPI and a Spigot server connected to the API running theTGM plugin configured and running correctly. The API is what the website relies on to get info like player stats and match info.

  2. Make sure you have Node.js installed on the server. Runyarn (ornpm install) to install all of the dependencies.

  3. Create aconfig.json filein the src/ directory that looks like this:

{"API_BASE":"YOUR_API_URL"}
  1. Start the development server withyarn start (ornpm run start). You can also build the project withyarn build (ornpm run build).

Developer Notes

  • We usePrettier. If you want to setup Prettier locally make sure to use our.prettierrc. This is optional as we have a GitHub bot that formats files if they're not already formatted correctly.
  • The site was not built with self-hosting in mind. This means important links like the Discord server and store are hardcoded at the moment.

[8]ページ先頭

©2009-2025 Movatter.jp