- Notifications
You must be signed in to change notification settings - Fork73
Warzone/website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
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.
Make sure you have Node.js installed on the server. Run
yarn
(ornpm install
) to install all of the dependencies.Create a
config.json
filein the src/ directory that looks like this:
{"API_BASE":"YOUR_API_URL"}
- Start the development server with
yarn start
(ornpm run start
). You can also build the project withyarn build
(ornpm run build
).
- 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.
About
Warzone's website