Skip to content

Linux Terminal simulator built with TypeScript, React, shell scripting and Node child-process.

License

Notifications You must be signed in to change notification settings

Shihara-Dilshan/DilTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DilTerm.

visitors

Electron Boilerplate Demo

Install

  • 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

!!!!IMPORTANT!!!!

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.

Starting Development

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

Packaging for Production

To package apps for the local platform:

$ yarn package

Docs

See our docs and guides here

Maintainers

License

MIT © DilTerm 2022