Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.06 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.06 KB

TSM

Build Status

Setup

  1. Install Node.js (LTS).
    node -v
    
  2. Install Yarn.
    yarn -v
    
  3. Clone repository:
    git clone [email protected]:AlexeyTryapko/tsm.git
    
  4. Go to project directory
    cd tsm
    
  5. Install dependenies
    yarn
    

Scripts

yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.

yarn electron

Runs the app in development mode in Electron.

yarn electron-pack:linux

Builds the app for linux production to the dist folder.

yarn electron-pack:win

Builds the app for windows production to the dist folder.

yarn electron-pack:mac

Builds the app for macOS production to the dist folder.