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 18 or higher, 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.git
cd lurkr-website
pnpm i
Note: If you don't have corepack enabled, you can do it with corepack enable
.
pnpm dev
Note: Most features of the website requires an API instance running, which is currently not publicly available.
The deployment of the website is all automated by Vercel
lurkr-website © almeidx, released under the GNU AGPLv3 license.
GitHub @almeidx