Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.12 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.12 KB

Portable exe download here.


This project uses React, Material UI, Node and TypeScript. This was also built on top of the electron react boilerplate project.


Build Status Github Tag Discord

OpenCollective OpenCollective StackOverflow

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/BustosAndrew/Desktop-Tools.git your-project-name
cd your-project-name
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Docs

See our docs and guides here

License

MIT © Electron React Boilerplate