This project is outdated! Check out the new and improved Monkeytype Desktop here!
Basically title.
The full config.js example for the Discord RPC is available in the test/
folder. Additionally, more information can be found here; https://github.com/8cy/pydii#config-explained.
You can set your own rich presence values with that information.
- Clone or download repository.
$ yarn
or$ npm i
to install dependencies.$ npm run start
to start the application.
- Go to releases
- Download
Currently, only Windows builds are in the release section, however, you can build Linux or Mac using the $ npm run dist
script along side your platforms flag; --windows
, --linux
or --mac
.
Feel free to run lint yourself via $ yarn xo
.
MIT