Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 724 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 724 Bytes

Transee

Transee

Simple and useful tool for quick translation - reference to Google Translate

screenshot

Installation

  1. Clone the git repository from GitHub:

     git clone https://github.com/alessioforte/transee.git
    
  2. Open the working directory:

     cd transee
    
  3. Install the Node dependencies:

     npm install
    

Instead of npm install you may also install with yarn.

Running Transee

npm start

Packaging

To generate a project package run package

npm run package