A devtool for Enmity.
There is an instance of the client at devsocket.beefers.dev.
- Clone the repo
git clone https://github.com/Beefers/enmity-devsocket
- Build
npm run build
- Serve
npm run serve
- There is also a dev server, with features such as hot reloading, available with
npm run dev
, for those who wish to contribute.
- Clone the server
git clone https://github.com/Beefers/enmity-devsocket-server
- Build the server
npm run build
- Start the server
npm run start
- Put the server URL inside the Server URL textbox
- Hit "Connect"
- Connect Enmity to the server with the same URL, either via the autoconnect method in Settings or the
/websocket
command. - Get developing!