Application for calibrating viseme 3D models.
v1.22.19
v20.9.0. Use NVM:
- nvm current - check current version of Node
- nvm list - show list of available Node versions
- nvm install - to install and use Node version.
- nvm use - set version of Node as current version
This project was bootstrapped with Create React App.
In the project directory, you can run:
This script does the following:
- Runs
yarn run set-env:prod
to update the.env
file with production settings. - Runs
react-scripts start
to start the application in production mode. To start the application in production mode, run: yarn run start
You will see any lint errors in the console.
Runs the app in the production mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.\
This script does the following:
- Runs
npm run set-env:dev
to update the.env
file with development settings. - Runs
react-scripts start
to start the application in development mode.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.\
This script runs the update-env.js
script with the prod
argument. It updates the .env
file with the production configuration settings from config.json
.
This script runs the update-env.js
script with the dev
argument. It updates the .env
file with the development configuration settings from config.json
.
Serves a static site (after app building via 'yarn run build:dev').
Builds the app for delivery to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Prepares your React app for delivery (via yarn run build) by formatting code, fixing lint errors, and creating an optimized build.
- Formatting: Runs yarn run format.
- Linting: Executes yarn run lint:fix.
- Production Build: Uses react-scripts build for a minified, optimized bundle.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Runs prettier, linter, then builds the app (via yarn run build:prod
). Needs for deployment.
Deploys app on Github Pages.
Checks/updates available dependencies to the latest version.
Formats code using Prettier for TypeScript, TSX, and CSS, SCSS files.
Runs ESLint for static code analysis on TypeScript and TSX files.
Fixes errors found by ESLint in TypeScript and TSX files.
Automatically runs after dependencies installation to set up git hooks through husky.
Link to repository https://github.com/a1exevs/lipsync-calibrator. Link to project https://github.com/users/a1exevs/projects/3