https://github.com/upryzing/hawk
Upryzing's admin panel
https://github.com/upryzing/hawk
Last synced: 5 months ago
JSON representation
Upryzing's admin panel
- Host: GitHub
- URL: https://github.com/upryzing/hawk
- Owner: upryzing
- License: agpl-3.0
- Created: 2024-06-27T17:21:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T10:06:15.000Z (over 1 year ago)
- Last Synced: 2025-04-10T20:47:24.490Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Revolt Admin Panel
[](https://github.com/revoltchat/admin-panel/stargazers)
[](https://github.com/revoltchat/admin-panel/network/members)
[](https://github.com/revoltchat/admin-panel/pulls)
[](https://github.com/revoltchat/admin-panel/issues)
[](https://github.com/revoltchat/admin-panel/graphs/contributors)
[](https://github.com/revoltchat/admin-panel/blob/main/LICENCE)
Dashboard containing tools to handle platform administration
> [!IMPORTANT]
> This admin panel is very much a work in progress, and support won't be offered unless you contribute financially or via code, as we are currently very much resource constrained.
## Development Guide
Before contributing, make yourself familiar with [our contribution guidelines](https://developers.revolt.chat/contrib).
Before getting started, you'll want to install:
- Bun
- Docker
- Git
> A **default.nix** is available for Nix users!
> Just run `nix-shell` and continue.
Now you can clone and run the project:
```bash
git clone --recursive https://github.com/revoltchat/admin-panel
cd admin-panel
bun install
```
Then copy `.env.local.example` to `.env.local` and fill it out with the relevant information.
```bash
bun run dev
```
## Deployment Guide
```bash
bun install
```
Then copy `.env.local.example` to `.env.local` and fill it out with the relevant information.
```bash
bun run build
bun run start
```
## License
The Revolt admin panel is generally licensed under the [GNU Affero General Public License v3.0](https://github.com/revoltchat/admin-panel/blob/master/LICENSE).