- If you have installation or compilation issues with this project, please see debugging guide
First, clone the repo via git:
git clone https://github.com/Shihara-Dilshan/DilTerm
This project uses a package that deprecated due to security issues. It is not available in yarn package manager. After cloning the repo, Remove the following dependency fromthe package.json file dependencies.
"child_process": "^1.0.2"
And then install the dependencies with yarn.
$ cd your-project-name
$ yarn
After installing the dependencies copy and paste the child_process folder inside the IMPORTANT FILE to node modules folder.
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
To package apps for the local platform:
$ yarn package
See our docs and guides here
MIT © DilTerm 2022