Xpop Website Codebase NoteThis website is built on the Taxonomy template, and I appreciate @shadcn for their great work. Running Locally With pnpm Install dependencies using pnpm: pnpm install Copy .env.example to .env.local and update the variables. cp .env.example .env.local Start the development server: pnpm dev With Docker and docker compose pnpm docker-dev License Licensed under the MIT license.