This repository houses the lurkr.gg website, which is the website for the Lurkr Discord bot.
This setup assumes you have Git, and Node.js setup on your machine.
This repository requires Node.js version 24.15 or higher (see .node-version), and uses the pnpm package manager,
so you should have basic knowledge about how to use them.
git clone git@github.com:almeidx/lurkr-website.gitcd lurkr-websitecorepack installpnpm install --frozen-lockfilecp dash/.env.local.example dash/.env.localcp docs/.env.local.example docs/.env.local
Note: If you don't have corepack enabled, you can do it with corepack enable.
The dashboard and docs site run separately:
cd dash && pnpm dev— dashboardcd docs && pnpm dev— documentation site
Note: Features that require signing-in will not work as the login will not be functional without a local API instance running, which is currently not publicly available.
The dashboard (dash/) is deployed on Vercel, while the documentation site (docs/) is deployed on Cloudflare Workers. Both deployments are automated.
lurkr-website © almeidx, released under the GNU AGPLv3 license.
GitHub @almeidx