https://github.com/amycatgirl/sketchvolt
Draw inside Revolt.
https://github.com/amycatgirl/sketchvolt
revite-plugin revite-plugins revolt-chat revoltchat
Last synced: 25 days ago
JSON representation
Draw inside Revolt.
- Host: GitHub
- URL: https://github.com/amycatgirl/sketchvolt
- Owner: amycatgirl
- License: mit
- Created: 2024-03-19T11:40:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:34:34.000Z (about 2 months ago)
- Last Synced: 2025-04-11T05:52:45.318Z (25 days ago)
- Topics: revite-plugin, revite-plugins, revolt-chat, revoltchat
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Revite Plugin Boilerplate
> ## Beware that plugins *will* break whenever the [client rewrite](https://github.com/revoltchat/frontend) is generaly available.
> Alongside the client rewrite, plugins will probably have a different format, as opposed to json. A discussion related to the
> topic is available [here.](https://github.com/revoltchat/frontend/issues/252)Boilerplate for manifest V1 revite plugins. Originally [revite-ts-plugin-boilerplate](https://github.com/sussycatgirl/revite-ts-plugin-boilerplate),
adapted for Vanilla JS.## Instructions
A nix shell is available with this repo, to use it, run `nix-shell`, the shell comes with all the things necesary for development.
If you don't want to use `nix`, you need to have `node` and `pnpm ` installed. Instalation through `corepack` is highly recommended.
## Building
To build, use the following command.
```bash
pnpm build
# Or if you want an unminified build
# pnpm build:dev
```