Skip to content

AlexeyTryapko/tsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bfb0cc · Apr 6, 2020
Mar 31, 2020
Feb 26, 2020
Mar 4, 2020
Mar 10, 2020
Apr 6, 2020
Feb 26, 2020
Mar 4, 2020
Feb 26, 2020
Apr 6, 2020
Apr 6, 2020
Apr 6, 2020
Apr 6, 2020
Mar 10, 2020

Repository files navigation

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.