Polaris react is the website and React webpanel for the Polaris Roblox verification bot. It makes use of the same database and must be running on the same server.
We make use of an inter-process communication package to allow them to run on separate processes.
- Clone this repo
- Navigate into the new folder and run
npm install
- Navigate into
src/server
and create config.js. Example values:module.exports = { port: 80, voteSecret: "secretFromDiscordBotListVote", voteWebhook: "webhookToPostForVotes", CLIENT_ID: 'yourAppClientId', CLIENT_SECRET: 'yourAppClientSecret-NOT TOKEN', botInvite: "https://discordapp.com/oauth2/authorize?client_id=375408313724043278&scope=bot&permissions=470281408", baseurl: "https://polaris-bot.xyz", sentryToken: "A token for the sentry error management software. Leave empty if not using", ratelimitHook: "A webhook to post with warnings about excessive usage. @everyone will be tagged." };
- Make sure you've set up a Polaris bot instance
- Run it -
npm start
. This assumes you've already set up the database and bot.
Join our Discord for support.
See here for the version we host.