Skip to content

maisymoe/enmity-devsocket

Repository files navigation

enmity-devsocket

A devtool for Enmity.

Usage

Pre-hosted

There is an instance of the client at devsocket.beefers.dev.

Running the client

  • 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.

Running the server

  • 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!

About

A websocket-based devtool for Enmity.

Resources

Stars

Watchers

Forks