wisp-gg / frontend

The frontend for WISP Game Panel
https://wisp.gg
MIT License
41 stars 15 forks source link

Game Panel Frontend

Crowdin

At the moment, this repository functions as a public issue tracker for known issues, and at a later date can be used to modify the game panel's frontend completely (though to be decided later on). How to run this locally, etc. isn't something we currently will provide support for, and this should be treated purely as a reference for CSS modifications for now.

Developers

Requirements:

Setup:

  1. Copy .env.example to .env & change the URL to your instance.
  2. Run "npm install"
  3. To run a development build run npm run dev
  4. To run a production build run the run-prod.sh file

Common issues:

Translating

The locale strings can be found inside of src/locales/* but any new language should not be pull requested directly and should be done through our localization platform instead. You can find more info in our Discord.