Screenshot of PrepMyMac desktop app
Separate your project infrastructure from that of your Mac. Install a vagrant based VM with your dev tools in one click.
One click install, configure and manage automations for development in node, python & php through vagrant based IaC vm and app containers.
Clone this repository, install dependencies and run using either dev
, debug
or build
command.
# Clone this repository
# change directory to cloned path
# Install dependencies
npm install
# Run in `debug` mode, to debug app using VSCODE
npm run debug
# Run in `dev` mode
npm run dev
# Build installer for this app
npm run build
src/main
contains electron main script.
src/renderer
contains vue-js application.
src/utilities/workerSample.ts
a sample worker script.
All credits to authors of packages and tools used in the project.
This project follows the all-contributors specification. Contributions of any kind welcome!