Skip to content

alessioforte/transee

Repository files navigation

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