A web panel for naoTimes Showtimes Module
This project use pnpm
npm install -g pnpm
- naoTimes Bot with
naotimesuicogs enabled - Redis Server
- MongoDB with Showtimes DB in it.
You need to have naoTimes bot ready with the naotimesui cogs enabled since it will be use to fetch some information from Discord.
After that, set the IP and Port of the deployed naotimesui cogs Socket to the .env file.
You can use openssl rand to generate a new TOKEN_SECRET
openssl rand -hex 32Install everything first with
pnpm installThe run the server with
pnpm run startpnpm install
pnpm run devThis project is licensed with MIT License
The dashboard design is adapted from dashboard-template by Tailwind Components.
The Embed design is adapted from are-we-there-yet by GrygrFlzr.
The Login screen is adapted from Simple Register/Sign Up Form by Scott Windon
Credits originally to the Author. This project also heavily utilized TailwindCSS, and React (with Next.js as it's Framework)!