Unofficial electron app for https://github.com/RusinovAnton/js-tldr
# clone repository
git clone https://github.com/SunstroUS/js-tldr-electron
# open folder
cd js-tldr-electron
# install dependencies
npm install
# start app
npm run start
- Built with Node.js
- Built with Typescript.
- Built with Electron.
- Built with Quark.
npm run start
: Compiles the type and runs the applicationnpm run compile-type
: Compiles just the type without starting the application