- Node.JS v18.x
- React 18
yarn
yarn run dev
yarn run build
- run
git pull(pull latest changes) - add
VITE_KEY_BASE_URL=http://localhost:5000/apiin .env file - run
yarn(install all packages) - run
yarn run dev(start local server) (see "Starting the local server")