Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almeidx/lurkr-website
The Lurkr bot website
https://github.com/almeidx/lurkr-website
dashboard discord emoji hacktoberfest leveling
Last synced: 18 days ago
JSON representation
The Lurkr bot website
- Host: GitHub
- URL: https://github.com/almeidx/lurkr-website
- Owner: almeidx
- License: agpl-3.0
- Created: 2020-07-15T15:01:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:26:46.000Z (21 days ago)
- Last Synced: 2024-10-24T09:48:49.433Z (21 days ago)
- Topics: dashboard, discord, emoji, hacktoberfest, leveling
- Language: TypeScript
- Homepage: https://lurkr.gg
- Size: 61.8 MB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Local setup](#local-setup)
- [Cloning repository](#cloning-repository)
- [Running the website](#running-the-website)
- [Deployment](#deployment)
- [Author](#author)---
## Overview
This repository houses the [lurkr.gg] website, which is the website for the Lurkr Discord bot.
---
### Local setup
This setup assumes you have [Git], and [Node.js] setup on your machine. This repository requires [Node.js] version 20 or higher, and uses the [pnpm] package manager, so you should have basic knowledge about how to use them.
#### Cloning repository
- `git clone [email protected]:almeidx/lurkr-website.git`
- `cd lurkr-website`
- `corepack install`
- `pnpm install`Note: If you don't have corepack enabled, you can do it with `corepack enable`.
#### Running the website
- `pnpm dev`
Note: Most features of the website requires an API instance running, which is currently not publicly available.
---
### Deployment
The deployment of the website is all automated by [Vercel]
---
### Author
**lurkr-website** © [almeidx], released under the [GNU AGPLv3] license.
> GitHub [@almeidx]
[lurkr.gg]: https://lurkr.gg
[git]: https://git-scm.com/
[node.js]: https://nodejs.org
[vercel]: https://vercel.com
[pnpm]: https://pnpm.io/
[gnu agplv3]: https://github.com/almeidx/lurkr-website/blob/main/LICENSE
[almeidx]: https://almeidx.dev
[@almeidx]: https://github.com/almeidx