A tool for creating FFXIV rotation infographics.
Requirements
Copy .env.example to .env.local and set AUTH_SECRET to the output of:
node -e "console.log(require('node:crypto').randomBytes(32).toString('base64'))"Discord sign-in also requires DISCORD_CLIENT_ID, DISCORD_CLIENT_SECRET, and a JSON array of allowed Discord user IDs in DISCORD_WHITELISTED_USERS.
Restart the development server after changing environment variables.
Install dependencies and run the development server:
yarn install
yarn devOpen http://localhost:3000 in your browser to see the result.