Skip to content

Commit

Permalink
Mention setup-vite in the developer readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Jun 9, 2024
1 parent 96bdb36 commit c6ba7c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ The is repo is a mono repo and we rely on yarn to handle cross package dependenc

Run `yarn install` after cloning the repo

CastMate has a custom vite plugin to handle mono-repo stuff

Run `yarn run setup-vite` to build the custom vite plugin.

To start in development mode, use `yarn run dev`

To build into an installer run `yarn run build`

## Useful Documentation Links

- [OBS Websocket Protocol (5.1.0)](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md)
- [OBS Websocket Protocol](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md)

- [Twitch Authentication](https://dev.twitch.tv/docs/authentication)

Expand Down

0 comments on commit c6ba7c1

Please sign in to comment.