- Install Node.js (LTS).
node -v
- Install Yarn.
yarn -v
- Clone repository:
git clone [email protected]:AlexeyTryapko/tsm.git
- Go to project directory
cd tsm
- Install dependenies
yarn
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
Runs the app in development mode in Electron.
Builds the app for linux production to the dist
folder.
Builds the app for windows production to the dist
folder.
Builds the app for macOS production to the dist
folder.